mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Moved creature upgrade logic to CGObjectInstance inheritors
This commit is contained in:
@ -87,6 +87,7 @@ CObjectClassesHandler::CObjectClassesHandler()
|
||||
SET_HANDLER("whirlpool", CGWhirlpool);
|
||||
SET_HANDLER("witch", CGWitchHut);
|
||||
SET_HANDLER("terrain", CGTerrainPatch);
|
||||
SET_HANDLER("hillFort", HillFort);
|
||||
|
||||
#undef SET_HANDLER_CLASS
|
||||
#undef SET_HANDLER
|
||||
|
Reference in New Issue
Block a user