mirror of
https://github.com/UberGames/ioef.git
synced 2025-02-17 17:31:08 +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) {
|
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) {
|
int trap_BotAllocGoalState(int state) {
|
||||||
|
|
Loading…
Reference in a new issue