aboutsummaryrefslogtreecommitdiff
path: root/gui.h
diff options
context:
space:
mode:
authorNicolas Bacca2002-05-14 07:58:58 +0000
committerNicolas Bacca2002-05-14 07:58:58 +0000
commitf8411e8b3a0bfbf050f9b54893b7983cc40c2abb (patch)
treeb19bbd0392662682684efef2186b5dac947ae6ef /gui.h
parent3fea6025907a344f181906305912c42ee648df46 (diff)
downloadscummvm-rg350-f8411e8b3a0bfbf050f9b54893b7983cc40c2abb.tar.gz
scummvm-rg350-f8411e8b3a0bfbf050f9b54893b7983cc40c2abb.tar.bz2
scummvm-rg350-f8411e8b3a0bfbf050f9b54893b7983cc40c2abb.zip
Keep sound paused if it was paused when entering the gui
svn-id: r4313
Diffstat (limited to 'gui.h')
-rw-r--r--gui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.h b/gui.h
index 3a76aa429f..9805c2ce3e 100644
--- a/gui.h
+++ b/gui.h
@@ -60,6 +60,7 @@ protected:
byte _dialog;
int _clickWidget;
char *_queryMess;
+ bool _old_soundsPaused;
// mouse cursor state
bool _old_cursor_mode;