* Applied ajax's cleanup patch
This commit is contained in:
parent
4c6f59c541
commit
fe14a45ad1
40 changed files with 166 additions and 166 deletions
|
@ -1388,7 +1388,7 @@ int AAS_AreaInfo( int areanum, aas_areainfo_t *info )
|
|||
//===========================================================================
|
||||
aas_plane_t *AAS_PlaneFromNum(int planenum)
|
||||
{
|
||||
if (!aasworld.loaded) return 0;
|
||||
if (!aasworld.loaded) return NULL;
|
||||
|
||||
return &aasworld.planes[planenum];
|
||||
} //end of the function AAS_PlaneFromNum
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue