changed main screen to initially start with closed upper door
authorHolger Schemel <info@artsoft.org>
Sun, 20 Mar 2016 15:10:43 +0000 (16:10 +0100)
committerHolger Schemel <info@artsoft.org>
Sun, 20 Mar 2016 15:10:43 +0000 (16:10 +0100)
src/tools.c

index 2a36ee412fb7e5ceb7f43f8fb096da4f6b3b10a9..3948bcb1745ff83ad312b2ae5562cbf94af2bffe 100644 (file)
@@ -4231,7 +4231,7 @@ unsigned int MoveDoor(unsigned int door_state)
     { DX, DY, DXSIZE, DYSIZE },
     { VX, VY, VXSIZE, VYSIZE }
   };
     { DX, DY, DXSIZE, DYSIZE },
     { VX, VY, VXSIZE, VYSIZE }
   };
-  static int door1 = DOOR_OPEN_1;
+  static int door1 = DOOR_CLOSE_1;
   static int door2 = DOOR_CLOSE_2;
   unsigned int door_delay = 0;
   unsigned int door_delay_value;
   static int door2 = DOOR_CLOSE_2;
   unsigned int door_delay = 0;
   unsigned int door_delay_value;