aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/fights.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/fights.cpp')
-rw-r--r--engines/lure/fights.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/fights.cpp b/engines/lure/fights.cpp
index 6ff7339c02..4a67c3df66 100644
--- a/engines/lure/fights.cpp
+++ b/engines/lure/fights.cpp
@@ -40,7 +40,7 @@ const FighterRecord initialFighterList[3] = {
FightsManager *int_fights = NULL;
-FightsManager::FightsManager() {
+FightsManager::FightsManager() : _rnd(LureEngine::getReference().rnd()) {
int_fights = this;
_fightData = NULL;
_mouseFlags = 0;