summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h
index 2d563f0..ac1455c 100644
--- a/src/game.h
+++ b/src/game.h
@@ -1,7 +1,7 @@
#pragma once
#include "entity.h"
-enum { MAX_ENTITIES = 128 };
+enum { MAX_ENTITIES = 512 };
typedef struct Game {
unsigned long uuid;