]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Now that "The Champion is X" msg is centerprinted only once there's no need to strzon...
authorterencehill <piuntn@gmail.com>
Mon, 20 Jun 2011 16:00:29 +0000 (18:00 +0200)
committerterencehill <piuntn@gmail.com>
Mon, 20 Jun 2011 16:00:29 +0000 (18:00 +0200)
commit86d86c81fcedeb362d53710fd0fd0541be752562
tree990e63337ff9be39da5242823f22d194d499a7b9
parent31a6820253244d6a4b374d377f1b5e5ea89a4db9
Now that "The Champion is X" msg is centerprinted only once there's no need to strzone champion.netname. Also I had to fix other centerprint-related bugs in the arena code (yet another couple of bugs created BY SOMEONE ELSE (guess who?) and fixed BY ME):
* "The Champion is X" msg was never sent because champion was cleared just before sending it (bad check f > 0).
Furthermore, bug in the bug, although the champion is needed only in arena, mysteriously its name was strzoned only in a part of the ca code
* "Begin!" msg in arena mode was never sent cause of a missing FOR_EACH_PLAYER(e)
qcsrc/server/arena.qc