Преглед изворни кода

Adjust bonus lives to something more reasonable

SimplyMinimal пре 3 година
родитељ
комит
45b41b48b4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app.c

+ 1 - 1
app.c

@@ -20,7 +20,7 @@
 #define SCREEN_XRES 128
 #define SCREEN_YRES 64
 #define GAME_START_LIVES 3
-#define MAXLIVES 8 /* Max lives allowed. */
+#define MAXLIVES 5 /* Max bonus lives allowed. */
 #define TTLBUL 30 /* Bullet time to live, in ticks. */
 #define MAXBUL 50 /* Max bullets on the screen. */
 //@todo MAX Asteroids