diff --git a/demos/life/game.cpp b/demos/life/game.cpp index b8f83e175c..f02a2b6541 100644 --- a/demos/life/game.cpp +++ b/demos/life/game.cpp @@ -24,7 +24,7 @@ #include // for memset -#define ARRAYSIZE 8192 // size of the static array for BeginFind & co. +#define ARRAYSIZE 1024 // size of the static array for BeginFind & co. #define ALLOCBOXES 16 // number of cellboxes to alloc at once // ==========================================================================