aboutsummaryrefslogtreecommitdiff
path: root/scumm.h
diff options
context:
space:
mode:
authorMax Horn2002-05-10 15:41:35 +0000
committerMax Horn2002-05-10 15:41:35 +0000
commit2c01ae8b6b5f14c776affcda02f02ec2a3075703 (patch)
tree3985ae508e0d3172035777d48b3cc3145a744e00 /scumm.h
parentdb07e6f73a5ab0ebce3f211df8474ba7a1687a53 (diff)
downloadscummvm-rg350-2c01ae8b6b5f14c776affcda02f02ec2a3075703.tar.gz
scummvm-rg350-2c01ae8b6b5f14c776affcda02f02ec2a3075703.tar.bz2
scummvm-rg350-2c01ae8b6b5f14c776affcda02f02ec2a3075703.zip
a little comment
svn-id: r4262
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;