Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2018, 7:51:28 PM (5 years ago)
Author:
kunzro
Message:

Colour untill 6 adjusted and CHOOSE_PROVINCE_STAGE fixed, so it only ends, if all the provinces are occupied also if some players don' play

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/wagnis_HS18/src/modules/wagnis/WagnisHUDinfo.cc

    r12163 r12172  
    6161            case 5: setColour( colour({255,0,255}, 100.0f) );
    6262                    break;
    63             case 6: setColour( colour({128,128,0}, 40.0f) );
     63            case 6: setColour( colour({0,255,255}, 40.0f) );
    6464                    break;
    65             case 7: setColour( colour({0,255,255}, 100.0f) );
     65            case 7: setColour( colour({128,128,0}, 100.0f) );
    6666                    break;
    6767            case 8: setColour( colour({153,255,204}, 100.0f) );
Note: See TracChangeset for help on using the changeset viewer.