Fix: [Script] Apply random deviation only at script start (#11944)
This commit is contained in:
@@ -31,8 +31,9 @@ public:
|
||||
|
||||
/**
|
||||
* Start up a new GameScript.
|
||||
* @param randomise Whether to randomise the configured GameScript.
|
||||
*/
|
||||
static void StartNew();
|
||||
static void StartNew(bool randomise = true);
|
||||
|
||||
/**
|
||||
* Uninitialize the Game system.
|
||||
|
Reference in New Issue
Block a user