X-Git-Url: https://deadsoftware.ru/gitweb?p=cavedroid.git;a=blobdiff_plain;f=core%2Fsrc%2Fru%2Fdeadsoftware%2Fcavecraft%2Fgame%2FGameProc.java;h=fd6d0fe748622debb40ff4f5db865388c57f36f8;hp=4c639125283b841f9baa82ec8a365a046f91f122;hb=503cd1720db3f53b7cbf7e3819968044de29a465;hpb=50082e8304a80c41dd8b1c1d80142e7c91a2d924 diff --git a/core/src/ru/deadsoftware/cavecraft/game/GameProc.java b/core/src/ru/deadsoftware/cavecraft/game/GameProc.java index 4c63912..fd6d0fe 100644 --- a/core/src/ru/deadsoftware/cavecraft/game/GameProc.java +++ b/core/src/ru/deadsoftware/cavecraft/game/GameProc.java @@ -32,9 +32,7 @@ public class GameProc { physics = new GamePhysics(this); player = new Player(); mobs = new Array(); - for (int i=0; i<6; i++) { - mobs.add(new Human(64*(i+1),0, this)); - } + } public void resetRenderer() {