summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/objects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/objects.h b/include/objects.h
index b4c6a1b..74cfcf0 100644
--- a/include/objects.h
+++ b/include/objects.h
@@ -5,7 +5,7 @@
#include "map.h"
-#define MAX_OBJECTS 1000
+#define MAX_OBJECTS 10000
typedef struct t_vec3f {
float x,y,z;