error gefixed als er geen highscore is

This commit is contained in:
Daniel
2015-07-08 13:05:19 +02:00
parent b4c0995ce8
commit bad1f459aa
+1 -1
View File
@@ -23,7 +23,7 @@ public class InfoPanel {
private VolatileImage infoPanel;
private SongHandler sh;
private String time;
private int highscore;
private int highscore = 0;
public InfoPanel(int x, int y, SongHandler sh){
this.x = x;