aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/inventory.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-29 15:13:38 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit6e9fbffce30763f52c9634c5217ea96788904f6e (patch)
treea26809a621372cacade23b62738b76ffb8d907e1 /engines/dm/inventory.h
parent8540fdc800976e67039cfa253673b8a32a8879d2 (diff)
downloadscummvm-rg350-6e9fbffce30763f52c9634c5217ea96788904f6e.tar.gz
scummvm-rg350-6e9fbffce30763f52c9634c5217ea96788904f6e.tar.bz2
scummvm-rg350-6e9fbffce30763f52c9634c5217ea96788904f6e.zip
DM: Add f352_processCommand71_clickOnEye, setting _g597_ignoreMouseMovements now prevents mouse movement
Diffstat (limited to 'engines/dm/inventory.h')
-rw-r--r--engines/dm/inventory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dm/inventory.h b/engines/dm/inventory.h
index a115c9819f..7617a9d77c 100644
--- a/engines/dm/inventory.h
+++ b/engines/dm/inventory.h
@@ -85,6 +85,7 @@ public:
void f353_drawStopPressingEye();// @ F0353_INVENTORY_DrawStopPressingEye
void f349_processCommand70_clickOnMouth(); // @ F0349_INVENTORY_ProcessCommand70_ClickOnMouth
void f348_adjustStatisticCurrentValue(Champion *champ, uint16 statIndex, int16 valueDelta); // @ F0348_INVENTORY_AdjustStatisticCurrentValue
+ void f352_processCommand71_clickOnEye(); // @ F0352_INVENTORY_ProcessCommand71_ClickOnEye
};