Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2018, 10:02:11 AM (6 years ago)
Author:
stadlero
Message:

Wagnis class does now compile

File:
1 edited

Legend:

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

    r12114 r12119  
    77#include <vector>
    88
    9 #define WAGNIS_PROVINCE_MAX_HEALTH 1000.0f
     9#define WAGNIS_PROVINCE_MAX_HEALTH 1000000.0f
    1010
    1111/**TODO
     
    2929        this->markerBillboard = nullptr;
    3030        this->maxHealth_ = WAGNIS_PROVINCE_MAX_HEALTH;
    31         this->health_ = WAGNIS_PROVINCE_MAX_HEALTH-10.0f; // <-- DEBUG
     31        this->health_ = WAGNIS_PROVINCE_MAX_HEALTH;
     32       
    3233    }
    3334    //Destructor
Note: See TracChangeset for help on using the changeset viewer.