aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2003-12-25 02:55:00 +0000
committerMax Horn2003-12-25 02:55:00 +0000
commit01c4fd955c80ac2d0009911d3fe1a1f590d7369d (patch)
tree75e6b6d8e817a9ef9bbabb4a634f30ae1423a159 /scumm/scumm.h
parentb241e31e04cc7524e0e8176373744ce054ce4d83 (diff)
downloadscummvm-rg350-01c4fd955c80ac2d0009911d3fe1a1f590d7369d.tar.gz
scummvm-rg350-01c4fd955c80ac2d0009911d3fe1a1f590d7369d.tar.bz2
scummvm-rg350-01c4fd955c80ac2d0009911d3fe1a1f590d7369d.zip
Fix pause mode during video/smush playback
svn-id: r11899
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 0ae14807e6..b489b6da41 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -338,6 +338,7 @@ public:
int _smushFrameRate;
bool _insaneState;
bool _videoFinished;
+ bool _smushPaused;
void pauseGame();
void restart();