mirror of
https://github.com/ioquake/ioq3.git
synced 2025-04-21 16:00:47 +00:00
Minor typo correction to be_aas_file.c
This commit is contained in:
parent
793fe4e603
commit
9500f06b8f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
//===========================================================================
|
||||
|
|
Loading…
Reference in a new issue