Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 29, 2018, 7:22:46 PM (5 years ago)
Author:
stadlero
Message:

Wagnis runs without crashing on startup

File:
1 edited

Legend:

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

    r12119 r12132  
    2828        this->neighbors = std::vector<WagnisProvince*>();
    2929        this->markerBillboard = nullptr;
     30       
     31        this->initialHealth_ = WAGNIS_PROVINCE_MAX_HEALTH;
    3032        this->maxHealth_ = WAGNIS_PROVINCE_MAX_HEALTH;
    3133        this->health_ = WAGNIS_PROVINCE_MAX_HEALTH;
    32        
    3334    }
    3435    //Destructor
Note: See TracChangeset for help on using the changeset viewer.