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:
@ -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)
|
||||
|
Reference in New Issue
Block a user