MOHAWK: Name the RandomSource used for myst

This commit is contained in:
Max Horn 2011-05-17 12:02:53 +02:00
parent 44b798d107
commit 9ac184bfba

View File

@ -256,7 +256,7 @@ Common::Error MohawkEngine_Myst::run() {
_loadDialog->setSaveMode(false);
_optionsDialog = new MystOptionsDialog(this);
_cursor = new MystCursorManager(this);
_rnd = new Common::RandomSource();
_rnd = new Common::RandomSource("myst");
// Cursor is visible by default
_cursor->showCursor();