This commit is contained in:
Chiss 2014-05-30 15:01:08 +10:00
parent 002260dce8
commit d4465fd8f2
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public abstract class Game implements Listener
//Map
private ArrayList<String> _files;
//State
//State
private GameState _gameState = GameState.Loading;
private long _gameStateTime = System.currentTimeMillis();