aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/kyra/gui_lol.cpp3
1 files changed, 3 insertions, 0 deletions
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;