This commit is contained in:
Daveo 2001-06-27 16:45:56 +00:00
parent 1446b1a982
commit d0fbc8ce7d
3 changed files with 291 additions and 273 deletions

View file

@ -105,9 +105,9 @@ int Height=OutMap.GetHeight();
}
else
{
printf("- Writing Layer %s (%i,%i).. ",LayerName,Width,Height);
// printf("- Writing Layer %s (%i,%i).. ",LayerName,Width,Height);
int LvlSize=WriteNormal(Core,File);
printf("%i bytes\n",LvlSize);
// printf("%i bytes\n",LvlSize);
}
PadFile(File);