mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
Some var updates
svn-id: r6207
This commit is contained in:
parent
12cd4b36da
commit
c1d0e6800c
@ -218,8 +218,13 @@ void Scumm_v8::setupScummVars()
|
||||
VAR_CAMERA_POS_Y = 10;
|
||||
VAR_CAMERA_DEST_X = 11;
|
||||
VAR_CAMERA_DEST_Y = 12;
|
||||
VAR_CAMERA_FOLLOWED_ACTOR = 13;
|
||||
|
||||
VAR_TALK_ACTOR = 15; // FIXME: I think this is wrong also, but it works for the moment
|
||||
VAR_LEFTBTN_HOLD = 16; // FIXME: Is this right?
|
||||
VAR_LEFTBTN_HOLD = 16;
|
||||
VAR_RIGHTBTN_HOLD = 17;
|
||||
VAR_LEFTBTN_DOWN = 18;
|
||||
VAR_RIGHTBTN_DOWN = 19;
|
||||
|
||||
VAR_ROOM = 31;
|
||||
VAR_CURRENTDISK = 42;
|
||||
|
Loading…
Reference in New Issue
Block a user