LASTEXPRESS: rnd() should not return a constant

This commit is contained in:
Evgeny Grechnikov 2018-10-18 00:56:28 +03:00
parent 54562554f9
commit 8a374bdf0c

View file

@ -79,7 +79,7 @@ public:
~LastExpressEngine(); ~LastExpressEngine();
// Misc // Misc
Common::RandomSource getRandom() const {return _random; } Common::RandomSource& getRandom() {return _random; }
// Game // Game
Cursor *getCursor() const { return _cursor; } Cursor *getCursor() const { return _cursor; }