diff options
author | Jonathan Gray | 2003-01-29 04:38:55 +0000 |
---|---|---|
committer | Jonathan Gray | 2003-01-29 04:38:55 +0000 |
commit | 988db178e65bef7cf6d4fe9bda28d5eb16ea1e29 (patch) | |
tree | e8da2cea902811eb741eed95156a10a0f12bcd2c | |
parent | 8e9d8cff8129bd611f7107effd91131602f715cb (diff) | |
download | scummvm-rg350-988db178e65bef7cf6d4fe9bda28d5eb16ea1e29.tar.gz scummvm-rg350-988db178e65bef7cf6d4fe9bda28d5eb16ea1e29.tar.bz2 scummvm-rg350-988db178e65bef7cf6d4fe9bda28d5eb16ea1e29.zip |
oops.. meant to add this as well
svn-id: r6566
-rw-r--r-- | scumm/scumm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index cf61775930..d1bbfe6408 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -969,6 +969,7 @@ public: bool testGfxOtherUsageBits(int strip, int bit); /* Scumm Vars */ + byte VAR_LANGUAGE; byte VAR_KEYPRESS; byte VAR_EGO; byte VAR_CAMERA_POS_X; |