Browse Source

disable debug mode

SimplyMinimal 2 years ago
parent
commit
4c0f3adab9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.c

+ 1 - 1
app.c

@@ -18,7 +18,7 @@
 #include <time.h>
 #include <time.h>
 
 
 #define TAG "Asteroids" // Used for logging
 #define TAG "Asteroids" // Used for logging
-#define DEBUG_MSG 1
+#define DEBUG_MSG 0
 #define SCREEN_XRES 128
 #define SCREEN_XRES 128
 #define SCREEN_YRES 64
 #define SCREEN_YRES 64
 #define GAME_START_LIVES 3
 #define GAME_START_LIVES 3