aboutsummaryrefslogtreecommitdiff
path: root/engines/bbvs/bbvs.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bbvs/bbvs.h')
-rw-r--r--engines/bbvs/bbvs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bbvs/bbvs.h b/engines/bbvs/bbvs.h
index bbd8046a8b..a2e08c84e8 100644
--- a/engines/bbvs/bbvs.h
+++ b/engines/bbvs/bbvs.h
@@ -226,8 +226,8 @@ public:
void continueGameFromQuickSave();
void setNewSceneNum(int newSceneNum);
const Common::String getTargetName() { return _targetName; }
-private:
const ADGameDescription *_gameDescription;
+private:
Graphics::PixelFormat _pixelFormat;
public:
Common::RandomSource *_random;