Rev 4999 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4999 | Rev 5005 | ||
---|---|---|---|
Line 445... | Line 445... | ||
445 | {
|
445 | {
|
446 | S_StopMusic(); |
446 | S_StopMusic(); |
447 | S_PlayMusic(MapInfo[MUS_LOADING].musicfn); |
447 | S_PlayMusic(MapInfo[MUS_LOADING].musicfn); |
448 | }
|
448 | }
|
449 | 449 | ||
450 | #ifdef EDUKE32_TOUCH_DEVICES
|
450 | #if defined EDUKE32_TOUCH_DEVICES && defined USE_OPENGL
|
451 | polymost_glreset(); |
451 | polymost_glreset(); |
452 | #endif
|
452 | #endif
|
453 | 453 | ||
454 | starttime = getticks(); |
454 | starttime = getticks(); |
455 | 455 |