]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Improve scrolling in the players list too (server info dialog)
authorterencehill <piuntn@gmail.com>
Sat, 1 Aug 2015 20:14:30 +0000 (22:14 +0200)
committerterencehill <piuntn@gmail.com>
Sat, 1 Aug 2015 20:14:30 +0000 (22:14 +0200)
qcsrc/menu/xonotic/playerlist.qc

index db3ac8a207aae1b99524a3cc11c1aa40adfed1f1..72fe69e116ee4402a875bb6abf47fb5fae470877 100644 (file)
@@ -17,6 +17,7 @@ CLASS(XonoticPlayerList, XonoticListBox)
        METHOD(XonoticPlayerList, setPlayerList, void(entity, string))
        METHOD(XonoticPlayerList, getPlayerList, string(entity, float, float))
        ATTRIB(XonoticPlayerList, playerList, float, -1)
+       ATTRIB(XonoticPlayerList, selectionDoesntMatter, bool, true)
 ENDCLASS(XonoticPlayerList)
 entity makeXonoticPlayerList();
 #endif