mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
MOHAWK: Name the RandomSource used for myst
This commit is contained in:
parent
44b798d107
commit
9ac184bfba
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user