QTfrontend/hwconsts.h
changeset 5443 83cb9dd54469
parent 5289 9d18b61bd3eb
child 5445 9ab706f2af71
equal deleted inserted replaced
5441:39962b855540 5443:83cb9dd54469
    97 
    97 
    98 #define NETGAME_DEFAULT_PORT 46631
    98 #define NETGAME_DEFAULT_PORT 46631
    99 
    99 
   100 
   100 
   101 // see http://en.wikipedia.org/wiki/List_of_colors
   101 // see http://en.wikipedia.org/wiki/List_of_colors
   102 #define HW_TEAMCOLOR_ARRAY  { 0xff007fff, /* azure */ \
   102 /*define HW_TEAMCOLOR_ARRAY  {0xff007fff, /. azure          ./ \
   103                               0xffdd0000, /* classic red */ \
   103                               0xffdd0000, /. classic red    ./ \
   104                               0xff3e9321, /* classic green */ \
   104                               0xff3e9321, /. classic green  ./ \
   105                               0xffa23dbb, /* classic purple */ \
   105                               0xffa23dbb, /. classic purple ./ \
   106                               0xffffb347, /* pastel orange */ \
   106                               0xffffb347, /. pastel orange  ./ \
   107                               0xffcfcfc4, /* pastel gray */ \
   107                               0xffcfcfc4, /. pastel gray    ./ \
   108                               0xffbff000, /* lime */ \
   108                               0xffbff000, /. lime           ./ \
   109                               0xffffef00, /* yellow */ \
   109                               0xffffef00, /. yellow         ./ \
       
   110                               // add new colors here 
       
   111                               0 }*/
       
   112 #define HW_TEAMCOLOR_ARRAY  { 0xffd12b42, /* red    */ \
       
   113                               0xff4980c1, /* blue   */ \
       
   114                               0xff6ae530, /* green  */ \
       
   115                               0xffbc64c4, /* purple */ \
       
   116                               0xffe76d14, /* orange */ \
       
   117                               0xff3fb6e6, /* cyan   */ \
       
   118                               0xffe3e90c, /* yellow */ \
       
   119                               0xff61d4ac, /* mint   */ \
       
   120                               0xff61d4ac, /* pink   */ \
   110                               /* add new colors here */ \
   121                               /* add new colors here */ \
   111                               0 }
   122                               0 }