aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/roq.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/roq.h')
-rw-r--r--engines/groovie/roq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/roq.h b/engines/groovie/roq.h
index 5173edaf15..a238b3249a 100644
--- a/engines/groovie/roq.h
+++ b/engines/groovie/roq.h
@@ -88,7 +88,7 @@ private:
Graphics::Surface *_prevBuf;
Graphics::Surface _showBuf;
void buildShowBuf();
- byte _scale;
+ byte _scaleX, _scaleY;
byte _offScale;
bool _dirty;
byte _alpha;