]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menuqc/custom/color.qm
Now overtime also gets initiated by equal frags and reaching the fraglimit.
[divverent/nexuiz.git] / data / menuqc / custom / color.qm
1 // Property of Alientrap/AK
2 // custom/color.qm
3
4 void() Nex_Action_Color_Cancel =
5 {
6         Raise_DataEvent( Menu_GetItem( "::Data::Color" ), ITEM_DATA_TEST_END );
7 };
8
9 void() Nex_Action_Color_Reset =
10 {
11         Raise_DataEvent( Menu_GetItem( "::Data::Color" ), ITEM_DATA_RESET );
12 };