aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cge2/cge2.cpp2
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;