mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 11:11:28 +00:00
Silence MSVC warning about empty switch statement
svn-id: r34265
This commit is contained in:
parent
900f95ba5b
commit
3d8e7580a0
@ -280,10 +280,12 @@ void CreditsPlayer::delay(int msecs) {
|
||||
do {
|
||||
Common::EventManager *eventMan = _system->getEventManager();
|
||||
while (eventMan->pollEvent(event)) {
|
||||
#if 0
|
||||
switch (event.type) {
|
||||
default:
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
_system->updateScreen();
|
||||
|
Loading…
x
Reference in New Issue
Block a user