]> git.saurik.com Git - wxWidgets.git/commitdiff
Oops.
authorGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 11 Feb 2000 17:57:15 +0000 (17:57 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Fri, 11 Feb 2000 17:57:15 +0000 (17:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

demos/life/game.cpp

index b8f83e175c6a420a22863ef32470e4972aea34ed..f02a2b65413445e7dbf1ccc0ef6e927f276edbbf 100644 (file)
@@ -24,7 +24,7 @@
 #include <string.h>           // 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
 
 // ==========================================================================