aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorFlorian Kagerer2009-09-11 21:31:14 +0000
committerFlorian Kagerer2009-09-11 21:31:14 +0000
commit5c2f872ba4920406bc526e4e48a9d6271ef18aee (patch)
treea4e431688c5a03d9ce84e8112fb8c0e2a4d03d51 /engines/kyra/lol.h
parent4e34275af1d69c8cbe693c539eac005e4c7dfa06 (diff)
downloadscummvm-rg350-5c2f872ba4920406bc526e4e48a9d6271ef18aee.tar.gz
scummvm-rg350-5c2f872ba4920406bc526e4e48a9d6271ef18aee.tar.bz2
scummvm-rg350-5c2f872ba4920406bc526e4e48a9d6271ef18aee.zip
LOL: added another missing opcode
svn-id: r44037
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 4a00bb8d6c..dc90879718 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -797,6 +797,7 @@ private:
int olol_findInventoryItem(EMCState *script);
int olol_restoreFadePalette(EMCState *script);
int olol_getSelectedCharacter(EMCState *script);
+ int olol_setHandItem(EMCState *script);
int olol_drinkBezelCup(EMCState *script);
int olol_changeItemTypeOrFlag(EMCState *script);
int olol_placeInventoryItemInHand(EMCState *script);