DEADSOFTWARE

Add item in player's hand
[cavedroid.git] / core / src / ru / deadsoftware / cavecraft / game / objects / Player.java
index 9e2f3dd55238b18d6890794ecf7260b029e28729..2d5ffe8859340f30e92eaae6fb6a7191bdb83272 100644 (file)
@@ -24,15 +24,6 @@ public class Player implements Serializable {
         height = 30;
         texWidth = 8;
         inventory = new int[9];
-        inventory[0] = 1;
-        inventory[1] = 2;
-        inventory[2] = 3;
-        inventory[3] = 4;
-        inventory[4] = 5;
-        inventory[5] = 6;
-        inventory[6] = 7;
-        inventory[7] = 8;
-        inventory[8] = 9;
     }
 
     public Rectangle getRect() {