From c79dda69d6e603500a5681430172b5152041af0a Mon Sep 17 00:00:00 2001 From: xolatile Date: Thu, 17 Jul 2025 23:28:55 +0200 Subject: Big changed mentioned in IRC channel... --- src/fpsgame/aiman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fpsgame/aiman.h') 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; -- cgit v1.2.3