aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/kyra/script_lol.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/kyra/script_lol.cpp b/engines/kyra/script_lol.cpp
index 717290e455..38059f48bc 100644
--- a/engines/kyra/script_lol.cpp
+++ b/engines/kyra/script_lol.cpp
@@ -278,14 +278,7 @@ int LoLEngine::olol_setCharacterStat(EMCState *script) {
int d = stackPos(2);
int e = stackPos(3);
- // FIXME: This looks really strange, especially why for example
- // case 8 should fall through till case 10. case 8 seems to handle
- // max magic points settings, while case 10 seems to remove an
- // item from the inventory of a character. If it should really
- // fall through please add "// fall through" at the end of the
- // case.
switch (stackPos(1)) {
-
case 0:
c->flags = e;
break;