- Bugs en verbeteringen

This commit is contained in:
Bilel Bghiel
2015-06-21 01:59:22 +02:00
parent db68f35835
commit 93e4cb3d6e
7 changed files with 30 additions and 38 deletions
+2 -2
View File
@@ -34,9 +34,9 @@ public class TitleState extends GameState {
private int index = 0,
varx = 0,
frame,
indexKast = 0,
xKast = 0;
xKast = 0,
frame;
public TitleState(GameStateManager gsm, SongHandler sh, SQLConnector sql){
super(gsm, sh, sql);