CRUISE: Remove some useless variables, use a boolean for a variable

This commit is contained in:
Strangerke 2014-06-10 07:20:10 +02:00
parent 638814d3c4
commit 51184eab9d
8 changed files with 19 additions and 25 deletions

View file

@ -947,7 +947,7 @@ Common::Error loadSavegameData(int saveGameIdx) {
// to finish
changeCursor(CURSOR_NORMAL);
mainDraw(1);
mainDraw(true);
flipScreen();
return Common::kNoError;