Fix _startGame_setHard
This commit is contained in:
parent
f63f97244e
commit
e308abdb27
@ -81,7 +81,7 @@ events.prototype._startGame_setHard = function () {
|
|||||||
core.insertAction(one.action);
|
core.insertAction(one.action);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
core.setFlag('hard', 0);
|
core.setFlag('hard', hardValue || 0);
|
||||||
core.setFlag('__hardColor__', hardColor);
|
core.setFlag('__hardColor__', hardColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user