mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
Fix native trap_BotMutateGoalFuzzyLogic
This commit is contained in:
parent
71386beaac
commit
950dc7254a
1 changed files with 1 additions and 1 deletions
|
@ -688,7 +688,7 @@ void trap_BotSaveGoalFuzzyLogic(int goalstate, char *filename) {
|
|||
}
|
||||
|
||||
void trap_BotMutateGoalFuzzyLogic(int goalstate, float range) {
|
||||
syscall( BOTLIB_AI_MUTATE_GOAL_FUZZY_LOGIC, goalstate, range );
|
||||
syscall( BOTLIB_AI_MUTATE_GOAL_FUZZY_LOGIC, goalstate, PASSFLOAT(range) );
|
||||
}
|
||||
|
||||
int trap_BotAllocGoalState(int state) {
|
||||
|
|
Loading…
Reference in a new issue