mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-23 00:28:08 +02:00
Split IGameCallback to reduce memory required to debug compilation.
This commit is contained in:
@ -547,6 +547,7 @@ bool ERMInterpreter::isATrigger( const ERM::TLine & line )
|
||||
break;
|
||||
}
|
||||
assert(0);
|
||||
return false;
|
||||
}
|
||||
|
||||
ERM::EVOtions ERMInterpreter::getExpType( const ERM::TVOption & opt )
|
||||
|
Reference in New Issue
Block a user