*** empty log message ***
This commit is contained in:
parent
e260f4566c
commit
2c2bdefcdf
2 changed files with 1 additions and 2 deletions
src
|
@ -104,7 +104,7 @@ global void FreeAStar(void)
|
|||
{
|
||||
if(AStarMatrix) {
|
||||
free(AStarMatrix);
|
||||
AStarMatrix=0;
|
||||
AStarMatrix=NULL;
|
||||
free(CloseSet);
|
||||
free(OpenSet);
|
||||
}
|
||||
|
|
|
@ -138,7 +138,6 @@ global char NameLine[] =
|
|||
/// Filename of the map to load
|
||||
local char* MapName = NULL;
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
-- Speedups
|
||||
----------------------------------------------------------------------------*/
|
||||
|
|
Loading…
Add table
Reference in a new issue