aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorFlorian Kagerer2009-06-03 19:11:11 +0000
committerFlorian Kagerer2009-06-03 19:11:11 +0000
commit8c868054152d0ffb6866b1316219607c2fd0f028 (patch)
tree1ac3fb424baca37f8b537b19ae39faaee3c4b479 /engines/kyra/lol.h
parent6e079f7ea83bb227a54e32079246fc4a0918b282 (diff)
downloadscummvm-rg350-8c868054152d0ffb6866b1316219607c2fd0f028.tar.gz
scummvm-rg350-8c868054152d0ffb6866b1316219607c2fd0f028.tar.bz2
scummvm-rg350-8c868054152d0ffb6866b1316219607c2fd0f028.zip
LOL: implemented opcode required for catwalk caves
svn-id: r41147
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index ef749e607e..a07446d0f8 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -779,6 +779,7 @@ private:
int olol_placeInventoryItemInHand(EMCState *script);
int olol_castSpell(EMCState *script);
int olol_pitDrop(EMCState *script);
+ int olol_increaseSkill(EMCState *script);
int olol_paletteFlash(EMCState *script);
int olol_disableControls(EMCState *script);
int olol_enableControls(EMCState *script);