mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Fix build
This commit is contained in:
@@ -4094,10 +4094,10 @@ scripting::Pool * CGameHandler::getGlobalContextPool() const
|
||||
return serverScripts.get();
|
||||
}
|
||||
|
||||
scripting::Pool * CGameHandler::getContextPool() const
|
||||
{
|
||||
return serverScripts.get();
|
||||
}
|
||||
//scripting::Pool * CGameHandler::getContextPool() const
|
||||
//{
|
||||
// return serverScripts.get();
|
||||
//}
|
||||
#endif
|
||||
|
||||
void CGameHandler::createObject(const int3 & visitablePosition, Obj type, int32_t subtype)
|
||||
|
||||
Reference in New Issue
Block a user