]> icculus.org git repositories - divverent/nexuiz.git/blob - TeamNexuiz/menuqc/menu.qh
resized invincible texture to 1x1
[divverent/nexuiz.git] / TeamNexuiz / menuqc / menu.qh
1 ///////////////////////////////////////////////\r
2 // Menu Header File\r
3 ///////////////////////\r
4 // This file belongs to dpmod/darkplaces\r
5 // AK contains all common constants, etc.\r
6 ///////////////////////////////////////////////\r
7 // constants\r
8 \r
9 const float GAME_ISSERVER       = 1;\r
10 const float GAME_CONNECTED      = 2;\r
11 const float GAME_DEVELOPER      = 4;\r
12 \r
13 const float INFINITY  = 10000000.0;\r
14 \r
15 // prototypes\r
16 \r
17 typedef float bool;\r
18 \r
19 // global vars\r
20 \r
21 //float time;           // important for animations, etc.\r
22 bool Menu_Active;       // is set when the menu is active\r
23 \r
24 // updated every time toggle is called\r
25 float gamestatus;\r
26 \r
27 //#define USEFUNCTIONS\r
28 //#define UTILALTSTRING\r
29 \r
30 #define AVOIDSTRZONES\r
31 \r
32 // get rid of __NULL__ sets again!\r
33 \r
34 #pragma keyword enable ifstring\r
35 #pragma keyword enable lo\r