mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
* capitol bar in town hall is grey (not red) if already one exists
* disabled autosaving on first turn * bonuses from bonus artifacts * fixed crash on battle with neutral creatures * minor improvements
This commit is contained in:
@@ -25,9 +25,9 @@ CGameState* CPackForServer::GS(CGameHandler *gh)
|
||||
|
||||
bool SaveGame::applyGh( CGameHandler *gh )
|
||||
{
|
||||
gh->sendMessageTo(*c,"Saving...");
|
||||
//gh->sendMessageTo(*c,"Saving...");
|
||||
gh->save(fname);
|
||||
gh->sendMessageTo(*c,"Game has been succesfully saved!");
|
||||
gh->sendMessageTo(*c,"Game has been saved as " + fname);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user