aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-26 13:24:48 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit700c4327d3f957a839bfc4dbb4f425f163553d1c (patch)
tree1f6cffde144a7adb220eb94dc4d16c4dd582ef89 /engines/dm/dm.h
parentf0a916197a6776ea5af733f2b0bdb2a0c731a19b (diff)
downloadscummvm-rg350-700c4327d3f957a839bfc4dbb4f425f163553d1c.tar.gz
scummvm-rg350-700c4327d3f957a839bfc4dbb4f425f163553d1c.tar.bz2
scummvm-rg350-700c4327d3f957a839bfc4dbb4f425f163553d1c.zip
DM: Move DMEngine::_rnd to private, fix erroneous ranges with random number generations
Diffstat (limited to 'engines/dm/dm.h')
-rw-r--r--engines/dm/dm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/dm.h b/engines/dm/dm.h
index 7d2f925120..007f22c3fe 100644
--- a/engines/dm/dm.h
+++ b/engines/dm/dm.h
@@ -230,8 +230,8 @@ private:
Console *_console;
byte *_g562_entranceDoorAnimSteps[10]; // @ G0562_apuc_Bitmap_EntranceDoorAnimationSteps
byte *_g564_interfaceCredits; // @ G0564_puc_Graphic5_InterfaceCredits
-public:
Common::RandomSource *_rnd;
+public:
DisplayMan *_displayMan;
DungeonMan *_dungeonMan;
EventManager *_eventMan;