Added extra checks in the parser for invalid line.

Credits to xasuma for the report.
This commit is contained in:
Jeffrey Han
2014-07-02 10:14:15 -04:00
parent 56123363b3
commit 812b83af45
2 changed files with 23 additions and 14 deletions

View File

@@ -218,7 +218,7 @@ public class MainMenu extends BasicGameState {
Utils.drawFPS();
Utils.drawCursor();
}
@Override
public void update(GameContainer container, StateBasedGame game, int delta)
throws SlickException {