mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 18:32:42 +01:00
- fix quitting bonus gallery
This commit is contained in:
parent
8400fcc788
commit
dc1c80fa1b
@ -361,7 +361,7 @@ void ShowBonusGallery()
|
||||
if(Pads[0].dirnew & 0x10)
|
||||
{
|
||||
FESound(0);
|
||||
currentImage = GALLERY_IMAGES; // quit
|
||||
currentImage = GALLERY_IMAGES+1; // quit
|
||||
break;
|
||||
}
|
||||
} while (true);
|
||||
|
Loading…
Reference in New Issue
Block a user