diff options
| author | xolatile | 2025-07-17 23:28:55 +0200 |
|---|---|---|
| committer | xolatile | 2025-07-17 23:28:55 +0200 |
| commit | c79dda69d6e603500a5681430172b5152041af0a (patch) | |
| tree | c1669442318e77a9ae76009edd5eefcaa69064ce /src/fpsgame/aiman.h | |
| parent | 5b88d873f42b1cad5c5fd03888cfe45b82da06d6 (diff) | |
| download | xolatile-badassbug-c79dda69d6e603500a5681430172b5152041af0a.tar.xz xolatile-badassbug-c79dda69d6e603500a5681430172b5152041af0a.tar.zst | |
Big changed mentioned in IRC channel...
Diffstat (limited to 'src/fpsgame/aiman.h')
| -rw-r--r-- | src/fpsgame/aiman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fpsgame/aiman.h b/src/fpsgame/aiman.h index a36118c..120f50b 100644 --- a/src/fpsgame/aiman.h +++ b/src/fpsgame/aiman.h @@ -119,7 +119,7 @@ namespace aiman copystring(ci->name, "bot", MAXNAMELEN+1); ci->state.state = CS_DEAD; copystring(ci->team, team, MAXTEAMLEN+1); - ci->playermodel = rnd(128); + ci->playermodel = 0; ci->aireinit = 2; ci->connected = true; dorefresh = true; |
