diff options
Diffstat (limited to 'scumm.h')
-rw-r--r-- | scumm.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1692,8 +1692,11 @@ public: byte VAR_CAMERA_SPEED_Y; byte VAR_CAMERA_ACCEL_X; byte VAR_CAMERA_ACCEL_Y; + byte VAR_CAMERA_DEST_X; + byte VAR_CAMERA_DEST_Y; + byte VAR_CAMERA_FOLLOWED_ACTOR; byte VAR_LEFTBTN_DOWN; |