From 02fb5b80a65bf1f138eebfd6058905fad216f877 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 12 Sep 2015 22:20:52 -0400 Subject: stuff --- include/World.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/World.h') 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 // 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;} -- cgit v1.2.3