mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-21 19:41:25 +00:00
use the correct selector in clearMyRoute
This commit is contained in:
parent
9e9ddc4017
commit
f75528ced1
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ Route & path table management
|
|||
|
||||
+(void)clearMyRoute:(Bot) bot
|
||||
{
|
||||
[waypoint_array makeObjectsPerformSelector:@selector (clearRouteForBot)
|
||||
[waypoint_array makeObjectsPerformSelector:@selector (clearRouteForBot:)
|
||||
withObject:bot];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue