1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +02:00

- Added basic mock/test generation - Added stub for terrain editing

This commit is contained in:
beegee1
2013-01-06 19:30:12 +00:00
parent d4c30667b8
commit 0311e5e6f5
28 changed files with 2096 additions and 239 deletions

View File

@ -387,9 +387,9 @@ void CGuiHandler::run()
mainFPSmng->framerateDelay(); // holds a constant FPS
}
}
catch(const std::exception & ex)
catch(const std::exception & e)
{
tlog1 << "Error: " << ex.what() << std::endl;
tlog1 << "Error: " << e.what() << std::endl;
exit(EXIT_FAILURE);
}
}