add cdrom check in menus
This commit is contained in:
parent
6e7e719277
commit
6a3f9129d1
1 changed files with 3 additions and 0 deletions
|
@ -2292,6 +2292,9 @@ global void ProcessMenu(const char *menu_id, int loop)
|
|||
MustRedraw = RedrawEverything;
|
||||
if (loop) {
|
||||
while (CurrentMenu != NULL) {
|
||||
if (!(FrameCounter % ((VideoSyncSpeed * CYCLES_PER_SECOND)/50))) {
|
||||
PlaySectionMusic(PlaySectionUnknown);
|
||||
}
|
||||
DebugLevel3("MustRedraw: 0x%08x\n" _C_ MustRedraw);
|
||||
if (MustRedraw) {
|
||||
if (CurrentMenu->image == ScPanel) {
|
||||
|
|
Loading…
Add table
Reference in a new issue