aboutsummaryrefslogtreecommitdiff
path: root/sky/control.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-07-01 16:06:09 +0000
committerRobert Göffringmann2003-07-01 16:06:09 +0000
commitffaeb5424fca2eba2528f8c2d9db674d47f03395 (patch)
treed321b72c5b05137de83a60f8bfbe3e19e0a04f5d /sky/control.h
parent09e47bad3d6b7294c9dd494790c2c5a4bfeff0b0 (diff)
downloadscummvm-rg350-ffaeb5424fca2eba2528f8c2d9db674d47f03395.tar.gz
scummvm-rg350-ffaeb5424fca2eba2528f8c2d9db674d47f03395.tar.bz2
scummvm-rg350-ffaeb5424fca2eba2528f8c2d9db674d47f03395.zip
fixed mouse restore on savegame restore and bug in fnTheyStartSub
svn-id: r8690
Diffstat (limited to 'sky/control.h')
-rw-r--r--sky/control.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sky/control.h b/sky/control.h
index 81ed63293e..474ec8f71c 100644
--- a/sky/control.h
+++ b/sky/control.h
@@ -227,6 +227,7 @@ private:
int _lastButton;
uint32 _curButtonText;
uint16 _firstText;
+ uint16 _savedMouse;
dataFileHeader *_textSprite;
SkyTextResource *_text;