SaveTool: lack of timer should be a failure.
This commit is contained in:
parent
f2fc8e1f44
commit
031b7a1c9a
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ void SaveTool::initEvent(SDL_Event& event) {
|
||||||
_mbManager.get());
|
_mbManager.get());
|
||||||
if(_gameCheckTimerId == 0) {
|
if(_gameCheckTimerId == 0) {
|
||||||
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Error", SDL_GetError(), window());
|
SDL_ShowSimpleMessageBox(SDL_MESSAGEBOX_ERROR, "Error", SDL_GetError(), window());
|
||||||
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case MbManagerFailure:
|
case MbManagerFailure:
|
||||||
|
|
Loading…
Reference in a new issue