1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Merge pull request #2403 from IvanSavenko/error_detection_fix

Attempt to fix & improve error reporting
This commit is contained in:
Ivan Savenko
2023-07-25 18:15:28 +03:00
committed by GitHub
9 changed files with 44 additions and 99 deletions

View File

@@ -569,7 +569,6 @@ void CGameState::initNewGame(const IMapService * mapService, bool allowSavingRan
catch(...)
{
logGlobal->error("Saving random map failed with exception");
handleException();
}
}