From 4d8a927ff717b4323be3790ce0d3dff2c18cf471 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 9 Sep 2004 13:43:08 +0000 Subject: [PATCH] Fixed cells --- dlls/engine/Makefile.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/engine/Makefile.pl b/dlls/engine/Makefile.pl index 920bb626..44d25a44 100755 --- a/dlls/engine/Makefile.pl +++ b/dlls/engine/Makefile.pl @@ -73,7 +73,7 @@ if ($OPTIONS{"debug"}) if ($OPTIONS{"amd64"}) { - $cflags .= "-m64 -DSMALL_CELLSIZE=64 $cflags"; + $cflags .= " -m64 -DSMALL_CELL_SIZE=64 $cflags"; } if ($OPTIONS{"debug"})