mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-20 00:22:54 +02:00
Improved threa-safety, almost finished building structures in towns.
This commit is contained in:
@@ -121,7 +121,7 @@ int CScriptCallback::getSelectedHero()
|
||||
// ret = ((CGHeroInstance*)(LOCPLINT->adventureInt->selection.selected))->subID;
|
||||
//else
|
||||
// ret = -1;;
|
||||
return ret;
|
||||
return -1;
|
||||
}
|
||||
int CScriptCallback::getDate(int mode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user