From b59102d53f281c56dcf43a9eda43231ededaa4ea Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Fri, 11 Feb 2000 17:57:15 +0000 Subject: [PATCH] Oops. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- demos/life/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 // ========================================================================== -- 2.45.2