Browse Source

Update Whiskers_agents_tilemap_v3.c

Rudy Boudewijn van Etten 4 years ago
parent
commit
1c326913f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ai/Whiskers_agents_tilemap_v3.c

+ 1 - 1
ai/Whiskers_agents_tilemap_v3.c

@@ -19,7 +19,7 @@
 #include <math.h>
 #include <math.h>
 
 
 #define MAX_CARS 20
 #define MAX_CARS 20
-#define MAX_WHISKERS 8
+#define MAX_WHISKERS 16
 
 
    
    
 int myMap[10][11] =  {  {1,1,1,1,1,1,1,1,1,1,1},
 int myMap[10][11] =  {  {1,1,1,1,1,1,1,1,1,1,1},