mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-22 02:15:42 +00:00
oops
This commit is contained in:
parent
ccda0c6c37
commit
26c533638e
@ -1502,7 +1502,7 @@ parseTokensIntoWaypoint( tokens )
|
||||
{
|
||||
anglesToks = strtok( anglesStr, " " );
|
||||
|
||||
if ( anglesToks.size >= 2 )
|
||||
if ( anglesToks.size >= 3 )
|
||||
waypoint.angles = ( float_old( anglesToks[0] ), float_old( anglesToks[1] ), float_old( anglesToks[2] ) );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user