- Moved bot related variables from player_t into a new FBot class.
This commit is contained in:
parent
952d03da7c
commit
83d84eaae9
20 changed files with 325 additions and 344 deletions
|
|
@ -120,7 +120,7 @@ void P_Ticker (void)
|
|||
|
||||
for (i = 0; i<MAXPLAYERS; i++)
|
||||
if (playeringame[i] &&
|
||||
/*Added by MC: Freeze mode.*/!(bglobal.freeze && players[i].isbot))
|
||||
/*Added by MC: Freeze mode.*/!(bglobal.freeze && players[i].Bot.isbot))
|
||||
P_PlayerThink (&players[i]);
|
||||
|
||||
StatusBar->Tick (); // [RH] moved this here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue