Silence MSVC warning about empty switch statement
svn-id: r34266
This commit is contained in:
parent
3d8e7580a0
commit
ac38ca32b9
1 changed files with 2 additions and 0 deletions
|
@ -843,11 +843,13 @@ void ScummEngine_vCUPhe::parseEvents() {
|
|||
Common::Event event;
|
||||
|
||||
while (_eventMan->pollEvent(event)) {
|
||||
#if 0
|
||||
switch (event.type) {
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue