Explorar o código

Adjust bonus lives to something more reasonable

SimplyMinimal %!s(int64=3) %!d(string=hai) anos
pai
achega
45b41b48b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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