mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 00:45:10 +00:00
LASTEXPRESS: Fix forward/backward in the menu
svn-id: r53848
This commit is contained in:
parent
6bc59c0bb0
commit
0b5cc5b9ff
@ -1376,7 +1376,7 @@ void Menu::adjustIndex(uint32 time1, uint32 time2, bool searchEntry) {
|
||||
}
|
||||
|
||||
++currentIndex;
|
||||
} while (currentIndex >= _savegameIndex);
|
||||
} while (currentIndex <= _savegameIndex);
|
||||
}
|
||||
} else {
|
||||
index = _index + 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user