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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sludge/sludge.h b/engines/sludge/sludge.h
index cb3d5248b0..e419b85f0e 100644
--- a/engines/sludge/sludge.h
+++ b/engines/sludge/sludge.h
@@ -71,6 +71,7 @@ public:
Common::Language getLanguage() const;
Graphics::PixelFormat *getScreenPixelFormat() const;
Graphics::PixelFormat *getOrigPixelFormat() const;
+ Common::RandomSource *getRandomSource() const { return _rnd; };
const char *getGameFile() const;