aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm.h')
-rw-r--r--scumm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/scumm.h b/scumm.h
index 55fbcc0e5e..432b631297 100644
--- a/scumm.h
+++ b/scumm.h
@@ -212,11 +212,12 @@ struct CostumeData {
};
struct ActorWalkData {
- int16 destx,desty;
+ int16 destx,desty; // Final destination
byte destbox;
int16 destdir;
byte curbox;
- int16 x,y,newx,newy;
+ int16 x,y; // Current position
+ int16 newx,newy; // Next position on our way to the destination
int32 XYFactor, YXFactor;
uint16 xfrac,yfrac;
int point3x, point3y;