Fixed cells

This commit is contained in:
David Anderson 2004-09-09 13:43:08 +00:00
parent b8721e0123
commit 4d8a927ff7

View File

@ -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"})