diff options
Diffstat (limited to 'engines/groovie/roq.h')
-rw-r--r-- | engines/groovie/roq.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/groovie/roq.h b/engines/groovie/roq.h index 3a85517f59..b720e6a235 100644 --- a/engines/groovie/roq.h +++ b/engines/groovie/roq.h @@ -74,6 +74,9 @@ private: uint32 _codebook2[256 * 4]; byte _codebook4[256 * 4]; + // Flags + bool _flagTwo; + // Buffers Graphics::Surface *_fg, *_bg; Graphics::Surface *_currBuf, *_prevBuf; |