add cdrom check in menus

This commit is contained in:
nehalmistry 2003-03-27 04:53:05 +00:00
parent 6e7e719277
commit 6a3f9129d1

View file

@ -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) {