diff options
-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; |