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:
@@ -569,7 +569,6 @@ void CGameState::initNewGame(const IMapService * mapService, bool allowSavingRan
|
||||
catch(...)
|
||||
{
|
||||
logGlobal->error("Saving random map failed with exception");
|
||||
handleException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user