aboutsummaryrefslogtreecommitdiff
path: root/scumm/akos.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/akos.h')
-rw-r--r--scumm/akos.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/scumm/akos.h b/scumm/akos.h
index 06572f110b..9cb5979cdd 100644
--- a/scumm/akos.h
+++ b/scumm/akos.h
@@ -65,8 +65,13 @@ public:
aksq = 0;
akof = 0;
akcd = 0;
+ _actorHitMode = false;
}
+ bool _actorHitMode;
+ int16 _actorHitX, _actorHitY;
+ bool _actorHitResult;
+
void setPalette(byte *palette);
void setFacing(Actor *a);
void setCostume(int costume);