mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-05-10 06:14:50 +00:00
small fix
This commit is contained in:
parent
26c533638e
commit
3287031fe7
@ -1601,11 +1601,13 @@ load_waypoints()
|
||||
mapname = getDvar( "mapname" );
|
||||
|
||||
level.waypointCount = 0;
|
||||
level.waypoints = [];
|
||||
level.waypointUsage = [];
|
||||
level.waypointUsage["allies"] = [];
|
||||
level.waypointUsage["axis"] = [];
|
||||
|
||||
if ( !isDefined( level.waypoints ) )
|
||||
level.waypoints = [];
|
||||
|
||||
wps = readWpsFromFile( mapname );
|
||||
|
||||
if ( wps.size )
|
||||
|
Loading…
x
Reference in New Issue
Block a user