Explorar el Código

Adjust bonus lives to something more reasonable

SimplyMinimal hace 3 años
padre
commit
45b41b48b4
Se han modificado 1 ficheros con 1 adiciones y 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