Some code cleanup.

- Overhauled OsuTimingPoint class: parsing is done in the constructor, and fields are no longer public.
- Improved consistency of static/non-static fields in a couple of classes.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
This commit is contained in:
Jeffrey Han
2014-07-09 13:36:42 -04:00
parent 50fb71e353
commit 5a1972a2bd
7 changed files with 172 additions and 64 deletions

View File

@@ -50,7 +50,7 @@ public class GameRanking extends BasicGameState {
/**
* Associated GameScore object.
*/
private static GameScore score;
private GameScore score;
/**
* "Retry" and "Exit" buttons.