]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commit
Fix the K_KP_* constants, they have different values from the corresponding ones...
authorterencehill <piuntn@gmail.com>
Fri, 25 Jun 2010 23:28:04 +0000 (01:28 +0200)
committerterencehill <piuntn@gmail.com>
Fri, 25 Jun 2010 23:28:04 +0000 (01:28 +0200)
commit0d8a90b8360a7f4ce80cb84a67e899d44fd2a2b1
tree4a42aa1fc8daafdfefd305ec44db647770e570f9
parent48f68f5b0b490d7b3e322f175ac4ba14d0710145
Fix the K_KP_* constants, they have different values from the corresponding ones in the engine file keys.h (where the assignments are implicit).
Now that they are correct, allow the use of numpad keys in the menu.
qcsrc/common/constants.qh
qcsrc/menu/item/inputbox.c
qcsrc/menu/item/listbox.c
qcsrc/menu/item/slider.c
qcsrc/menu/xonotic/charmap.c
qcsrc/menu/xonotic/credits.c