- Timestamp:
- Dec 5, 2018, 1:24:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/wagnis_HS18/src/modules/wagnis/WagnisProvince.cc
r12150 r12159 73 73 74 74 } 75 //highlight a province 76 void WagnisProvince::highlight(){ 77 this->setRadarObjectColour( colour({255,255,255}, 100.0f) ); 78 } 79 //dehighlight a province 80 void WagnisProvince::dehighlight(){ 81 this->setOwner_ID( this->getOwner_ID() ); 82 } 75 83 //set troops 76 84 void WagnisProvince::setTroops(int troops){
Note: See TracChangeset
for help on using the changeset viewer.