From f13143ef7db6ca572652f8febb062f348b314175 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 9 Jun 2011 19:13:30 +0200 Subject: KYRA: Add a default case to a switch statement. This includes a TODO, about what to do if we ever hit this case. --- engines/kyra/gui_lol.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/kyra') diff --git a/engines/kyra/gui_lol.cpp b/engines/kyra/gui_lol.cpp index 80eacb3f87..fb11040168 100644 --- a/engines/kyra/gui_lol.cpp +++ b/engines/kyra/gui_lol.cpp @@ -2816,6 +2816,9 @@ int GUI_LoL::clickedOptionsMenu(Button *button) { _vm->_landsFile = _vm->resource()->fileData(filename.c_str(), 0); _newMenu = _lastMenu; } break; + default: + // TODO: Is there anything we should do if we hit this case? + break; } return 1; -- cgit v1.2.3