This commit is contained in:
Remco
2015-05-27 10:42:29 +02:00
parent 3bc4f55f5a
commit 54382e9c1d
3 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ public class Player extends Person {
}
public void addBullet(Color c){
System.out.println(index);
// System.out.println(index);
bullets.add(new Bullet(10, c, 10, index,path.paths.get(index)));
}