Minor typo correction to be_aas_file.c

This commit is contained in:
Colton G. Rushton 2019-01-15 18:18:40 -04:00 committed by Colton Rushton
parent 793fe4e603
commit 9500f06b8f

View file

@ -277,7 +277,7 @@ void AAS_FileInfo(void)
aasworld.reachabilitysize * sizeof(aas_reachability_t) +
aasworld.numportals * sizeof(aas_portal_t) +
aasworld.numclusters * sizeof(aas_cluster_t);
botimport.Print(PRT_MESSAGE, "optimzed size %d KB\n", optimized >> 10);
botimport.Print(PRT_MESSAGE, "optimized size %d KB\n", optimized >> 10);
} //end of the function AAS_FileInfo
#endif //AASFILEDEBUG
//===========================================================================