Fix _startGame_setHard

This commit is contained in:
ckcz123 2020-05-27 00:38:35 +08:00
parent f63f97244e
commit e308abdb27

View File

@ -81,7 +81,7 @@ events.prototype._startGame_setHard = function () {
core.insertAction(one.action);
}
});
core.setFlag('hard', 0);
core.setFlag('hard', hardValue || 0);
core.setFlag('__hardColor__', hardColor);
}