]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Fix incorrect scoreboard layout with certain configs
authorterencehill <piuntn@gmail.com>
Fri, 13 Aug 2010 15:27:03 +0000 (17:27 +0200)
committerterencehill <piuntn@gmail.com>
Fri, 13 Aug 2010 15:27:03 +0000 (17:27 +0200)
commitbae013ccca31b1443847a59507b4cb840a2a49f4
tree3060454bdab8e11fbc55b6bd447fd427f926ad40
parentb8aa1648694011379b5b1ec22b5708684381fabc
Fix incorrect scoreboard layout with certain configs
Examples:
scoreboard_columns_set  name ping | score   -->  the fields ping and score overlap
scoreboard_columns_set  name ping score |   -->  the field score goes beyond the scoreboard table

This bug was introduced by the utf8 related changes.
qcsrc/client/scoreboard.qc