aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/cine.h')
-rw-r--r--engines/cine/cine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cine/cine.h b/engines/cine/cine.h
index 209fb926ea..026fb3e54c 100644
--- a/engines/cine/cine.h
+++ b/engines/cine/cine.h
@@ -85,6 +85,8 @@ public:
const CINEGameDescription *_gameDescription;
Common::File _partFileHandle;
+ Common::RandomSource _rnd;
+
private:
void initialize(void);
bool makeLoad(char *saveName);