diff options
author | uruk | 2014-07-26 12:08:54 +0200 |
---|---|---|
committer | uruk | 2014-07-26 12:08:54 +0200 |
commit | 8d21a21b6392bfd766780da3c7445241febcf81c (patch) | |
tree | 4e30f22ef474c0fea56baf741883a469489daac1 | |
parent | 6ac879270f34c8de99f172a7d56c25e12339a106 (diff) | |
download | scummvm-rg350-8d21a21b6392bfd766780da3c7445241febcf81c.tar.gz scummvm-rg350-8d21a21b6392bfd766780da3c7445241febcf81c.tar.bz2 scummvm-rg350-8d21a21b6392bfd766780da3c7445241febcf81c.zip |
CGE2: Change random source.
-rw-r--r-- | engines/cge2/cge2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/cge2.cpp b/engines/cge2/cge2.cpp index b05fca8f1d..7c208d1215 100644 --- a/engines/cge2/cge2.cpp +++ b/engines/cge2/cge2.cpp @@ -42,7 +42,7 @@ namespace CGE2 { CGE2Engine::CGE2Engine(OSystem *syst, const ADGameDescription *gameDescription) - : Engine(syst), _gameDescription(gameDescription), _randomSource("cge") { + : Engine(syst), _gameDescription(gameDescription), _randomSource("cge2") { _resman = nullptr; _vga = nullptr; _midiPlayer = nullptr; |