LASTEXPRESS: rnd() should not return a constant
This commit is contained in:
parent
54562554f9
commit
8a374bdf0c
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue