diff options
| -rw-r--r-- | gui/newgui.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp index 948c7fa56f..9166eadaf4 100644 --- a/gui/newgui.cpp +++ b/gui/newgui.cpp @@ -309,6 +309,8 @@ void NewGui::runLoop() {  			case Common::EVENT_SCREEN_CHANGED:  				screenChange();  				break; +			default: +				break;  			}  		}  | 
