Merge pull request #331 from CyndaquilDAC/im-fucking-stupid
accidentally forgot to add the distractions toggle to kadeenginedata oops!!! fixed
This commit is contained in:
commit
a34833df1a
@ -63,6 +63,9 @@ class KadeEngineData
|
|||||||
if (FlxG.save.data.ghost == null)
|
if (FlxG.save.data.ghost == null)
|
||||||
FlxG.save.data.ghost = true;
|
FlxG.save.data.ghost = true;
|
||||||
|
|
||||||
|
if (FlxG.save.data.distractions == null)
|
||||||
|
FlxG.save.data.distractions = true;
|
||||||
|
|
||||||
Conductor.recalculateTimings();
|
Conductor.recalculateTimings();
|
||||||
|
|
||||||
Main.watermarks = FlxG.save.data.watermark;
|
Main.watermarks = FlxG.save.data.watermark;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user