aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-09-12 22:20:52 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-09-12 22:20:52 -0400
commit02fb5b80a65bf1f138eebfd6058905fad216f877 (patch)
tree92f46258ed00077c0d577bf59ce33f709e5e092b /include
parent3ed745cf1c672dc39b726d6fc133641ddc86d10f (diff)
stuff
Diffstat (limited to 'include')
-rw-r--r--include/World.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/World.h b/include/World.h
index eab8e30..6e5c3da 100644
--- a/include/World.h
+++ b/include/World.h
@@ -4,7 +4,7 @@
#include <common.h>
// Total amount of entities that can be bound to a layer
-#define MAX_ENTITIES 8
+#define MAX_ENTITIES 16
// Easy shortcuts used in UIClass
#define goWorldLeft(w) if(w->toLeft){w=w->toLeft;}