mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 19:30:41 +00:00
FULLPIPE: Fix crash
This commit is contained in:
parent
7edb9af72c
commit
640536a584
@ -838,7 +838,7 @@ ModalMainMenu::ModalMainMenu() {
|
||||
area->picObjL = _scene->getPictureObjectById(area->picIdL, 0);
|
||||
area->picObjL->_flags &= 0xFFFB;
|
||||
_areas.push_back(area);
|
||||
_musicSliderIdx = _areas.size();
|
||||
_musicSliderIdx = _areas.size() - 1;
|
||||
|
||||
if (g_fp->_mainMenu_debugEnabled)
|
||||
enableDebugMenuButton();
|
||||
|
Loading…
Reference in New Issue
Block a user