diff --git a/engines/lastexpress/lastexpress.h b/engines/lastexpress/lastexpress.h index 11fa8c7ebe4..0edd3251180 100644 --- a/engines/lastexpress/lastexpress.h +++ b/engines/lastexpress/lastexpress.h @@ -79,7 +79,7 @@ public: ~LastExpressEngine(); // Misc - Common::RandomSource getRandom() const {return _random; } + Common::RandomSource& getRandom() {return _random; } // Game Cursor *getCursor() const { return _cursor; }