summaryrefslogtreecommitdiff
path: root/src/fpsgame/aiman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fpsgame/aiman.h')
-rw-r--r--src/fpsgame/aiman.h2
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;