aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorFlorian Kagerer2009-05-30 14:13:27 +0000
committerFlorian Kagerer2009-05-30 14:13:27 +0000
commit9823f60146bedae98f2e649e7938614390fc4525 (patch)
tree33d27aa8ccda1ca4817819f0eefb8b2cc4546b26 /engines/kyra/lol.h
parenta21f34cf916e98f5d2ed558d79456a58ec9fa683 (diff)
downloadscummvm-rg350-9823f60146bedae98f2e649e7938614390fc4525.tar.gz
scummvm-rg350-9823f60146bedae98f2e649e7938614390fc4525.tar.bz2
scummvm-rg350-9823f60146bedae98f2e649e7938614390fc4525.zip
LOL: - fixed crash that occured when entering yvel city
- added another opcode for yvel woods svn-id: r41031
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 803b17e9c6..e9a40cb79d 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -741,6 +741,7 @@ private:
int olol_paralyzePoisonCharacter(EMCState *script);
int olol_drawCharPortrait(EMCState *script);
int olol_assignSpecialGuiShape(EMCState *script);
+ int olol_findInventoryItem(EMCState *script);
int olol_changeItemTypeOrFlag(EMCState *script);
int olol_placeInventoryItemInHand(EMCState *script);
int olol_castSpell(EMCState *script);