reset sb speed on enter (close #74)

This commit is contained in:
yugecin 2016-12-11 13:29:43 +01:00
parent 3054071bd6
commit 1588d896e1

View File

@ -297,6 +297,7 @@ public class SBOverlay implements OptionsOverlay.Parent {
for (Options.GameOption o : optionList) {
initialOptions.put(o, o.write());
}
speed = 10;
}
public void leave() {