[quake3-commits] [ioquake/ioq3] dc0c3e: Fix team orders menu not listing clients with lowe...

Zack Middleton noreply at github.com
Tue Oct 29 00:42:45 EDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/ioquake/ioq3
  Commit: dc0c3e7bdf8341d080289111a1a389621121ab0d
      https://github.com/ioquake/ioq3/commit/dc0c3e7bdf8341d080289111a1a389621121ab0d
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2019-10-28 (Mon, 28 Oct 2019)

  Changed paths:
    M code/q3_ui/ui_teamorders.c

  Log Message:
  -----------
  Fix team orders menu not listing clients with lower clientnums

If bots join before the local client (dedicated server) the bots would
not be listed in the Q3A team orders menu and so they could not be given
orders using the menu.

The Q3A team orders menu got local client's team while looping through
all clients. Ignoring any bots with clientnum lower than the local
client. Get local client's team before the loop so all bots are
listed.




More information about the quake3-commits mailing list