QTfrontend/hwconsts.h
changeset 15638 1ee7790caa0f
parent 14954 f59b7f5cf6e8
child 15649 b4ec4a8a8b09
equal deleted inserted replaced
15637:fd1a580a35d6 15638:1ee7790caa0f
    49 extern int cAmmoNumber;
    49 extern int cAmmoNumber;
    50 extern QList< QPair<QString, QString> > cDefaultAmmos;
    50 extern QList< QPair<QString, QString> > cDefaultAmmos;
    51 extern QStringList cQuickGameMaps;
    51 extern QStringList cQuickGameMaps;
    52 
    52 
    53 extern unsigned int colors[];
    53 extern unsigned int colors[];
       
    54 extern unsigned int ammoMenuAmmos[];
       
    55 extern int cAmmoMenuRows;
    54 
    56 
    55 extern QString * netHost;
    57 extern QString * netHost;
    56 extern quint16 netPort;
    58 extern quint16 netPort;
    57 
    59 
    58 
    60 
   117                               0xfffe8b0e, /* orange */ \
   119                               0xfffe8b0e, /* orange */ \
   118                               0xff8f5902, /* brown  */ \
   120                               0xff8f5902, /* brown  */ \
   119                               0xffffff01, /* yellow */ \
   121                               0xffffff01, /* yellow */ \
   120                               /* add new colors here */ \
   122                               /* add new colors here */ \
   121                               0 }
   123                               0 }
       
   124 
       
   125 /* The ammo types, sorted in the same way as in the ammo menu */
       
   126 #define HW_AMMOMENU_ARRAY {\
       
   127   3,  4, 22, 29, 51, 55,\
       
   128   1,  2, 26, 27, 40, 44,\
       
   129   5, 10, 38, 45, 54, 59,\
       
   130  12, 13, 14, 23, 25, 48,\
       
   131   9, 11, 24, 30, 31, 47,\
       
   132  16, 17, 28, 43, 50, 57,\
       
   133   6, 18, 19, 46, 53, 56,\
       
   134   8, 15, 20, 39, 41, 42,\
       
   135  34, 36, 37, 49, 52, 58,\
       
   136   7, 21, 32, 33, 35\
       
   137 }
       
   138