1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00

Fixes according to review

This commit is contained in:
Ivan Savenko
2023-08-24 23:34:28 +03:00
parent 97ba7df152
commit 940bdcee3e
4 changed files with 10 additions and 10 deletions

View File

@ -110,7 +110,7 @@ void YourTurn::visitTyped(ICPackVisitor & visitor)
void DaysWithoutTown::visitTyped(ICPackVisitor & visitor)
{
visitor.visitYourTurn(*this);
visitor.visitDaysWithoutTown(*this);
}
void EntitiesChanged::visitTyped(ICPackVisitor & visitor)