aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/sludge.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/sludge.h')
-rw-r--r--engines/sludge/sludge.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sludge/sludge.h b/engines/sludge/sludge.h
index 5fe09c3b74..5ec197f915 100644
--- a/engines/sludge/sludge.h
+++ b/engines/sludge/sludge.h
@@ -60,8 +60,8 @@ public:
const char *getGameId() const;
uint32 getFeatures() const;
Common::Language getLanguage() const;
- Graphics::PixelFormat getScreenPixelFormat() const;
- Graphics::PixelFormat getOrigPixelFormat() const;
+ Graphics::PixelFormat *getScreenPixelFormat() const;
+ Graphics::PixelFormat *getOrigPixelFormat() const;
const char *getGameFile() const;
@@ -70,8 +70,8 @@ public:
private:
SludgeConsole *_console;
Common::RandomSource *_rnd;
- Graphics::PixelFormat _pixelFormat;
- Graphics::PixelFormat _origFormat;
+ Graphics::PixelFormat *_pixelFormat;
+ Graphics::PixelFormat *_origFormat;
};
} // End of namespace Sludge