*** empty log message ***

This commit is contained in:
johns 2001-04-22 20:58:00 +00:00
parent e260f4566c
commit 2c2bdefcdf
2 changed files with 1 additions and 2 deletions
src
pathfinder
stratagus

View file

@ -104,7 +104,7 @@ global void FreeAStar(void)
{
if(AStarMatrix) {
free(AStarMatrix);
AStarMatrix=0;
AStarMatrix=NULL;
free(CloseSet);
free(OpenSet);
}

View file

@ -138,7 +138,6 @@ global char NameLine[] =
/// Filename of the map to load
local char* MapName = NULL;
/*----------------------------------------------------------------------------
-- Speedups
----------------------------------------------------------------------------*/