Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

some bugfixes

File:
1 edited

Legend:

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

    r12159 r12160  
    2020        this->owner_ID = -1;
    2121        this->troops = 0;
    22         this->setRadarName(std::to_string(0));
     22        this->setRadarName("");
    2323        this->setRadarObjectColour(colour({128,128,128}, 100.0f));
    2424        this->ID = -1;
     
    8181        this->setOwner_ID( this->getOwner_ID() );
    8282    }
     83
     84
     85
     86   
    8387    //set troops
    8488    void WagnisProvince::setTroops(int troops){
Note: See TracChangeset for help on using the changeset viewer.