mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-05 00:49:09 +02:00
Start of stabilization - battles now start correctly
This commit is contained in:
@ -638,11 +638,6 @@ void MakeAction::visitTyped(ICPackVisitor & visitor)
|
||||
visitor.visitMakeAction(*this);
|
||||
}
|
||||
|
||||
void MakeCustomAction::visitTyped(ICPackVisitor & visitor)
|
||||
{
|
||||
visitor.visitMakeCustomAction(*this);
|
||||
}
|
||||
|
||||
void DigWithHero::visitTyped(ICPackVisitor & visitor)
|
||||
{
|
||||
visitor.visitDigWithHero(*this);
|
||||
|
Reference in New Issue
Block a user