CRUISE: Remove some useless variables, use a boolean for a variable
This commit is contained in:
parent
638814d3c4
commit
51184eab9d
8 changed files with 19 additions and 25 deletions
|
@ -947,7 +947,7 @@ Common::Error loadSavegameData(int saveGameIdx) {
|
|||
// to finish
|
||||
|
||||
changeCursor(CURSOR_NORMAL);
|
||||
mainDraw(1);
|
||||
mainDraw(true);
|
||||
flipScreen();
|
||||
|
||||
return Common::kNoError;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue