Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2018, 11:54:14 AM (5 years ago)
Author:
stadlero
Message:

Game progression finished. still bugs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/wagnis_HS18/src/modules/wagnis/WagnisPlayer.h

    r12145 r12150  
    3636        void moveTroops(WagnisProvince*,WagnisProvince*);
    3737        std::string toString();
     38        void setActive(bool);
     39        bool isActive() const;
    3840
    3941
     
    4244        GameStage gameStage;
    4345        bool province_selection_changed;
    44         bool is_active;
    4546        int Player_ID;
    4647        WagnisGameboard* gameBoard;
     
    5556        int second3(int, int, int);
    5657        int second2(int, int);
     58
     59        private:
     60        bool is_active;
    5761    };
    5862}
Note: See TracChangeset for help on using the changeset viewer.