Merge pull request #365 from prokube/patch-2
"juuuust in case it's still null"
This commit is contained in:
commit
2692ef15e7
@ -20,9 +20,6 @@ class KadeEngineData
|
||||
if (FlxG.save.data.offset == null)
|
||||
FlxG.save.data.offset = 0;
|
||||
|
||||
if (FlxG.save.data.offset == null)
|
||||
FlxG.save.data.offset = 0;
|
||||
|
||||
if (FlxG.save.data.songPosition == null)
|
||||
FlxG.save.data.songPosition = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user