yen
This commit is contained in:
parent
d7162bed71
commit
7c65095671
1 changed files with 1 additions and 1 deletions
|
|
@ -7900,7 +7900,7 @@ static boolean K_SetPlayerNextWaypoint(player_t *player)
|
|||
continue;
|
||||
}
|
||||
|
||||
if (waypoint->nextwaypoints[j] == waypoint)\
|
||||
if (waypoint->nextwaypoints[j] == waypoint)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue