Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2018, 11:17:41 PM (5 years ago)
Author:
stadlero
Message:

changed gametype from Deathmatch to Wagnis in Wagnis.oxw + some wip in Wagnis.cc

File:
1 edited

Legend:

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

    r12124 r12130  
    3838        void start();
    3939        void tick(float);
     40        void playerFinishedStage(WagnisPlayer*);
    4041
    4142
     
    4445
    4546        private:
     47        int active_player;
    4648        GameStage gameStage;
    4749        std::vector<WagnisPlayer*> players;
Note: See TracChangeset for help on using the changeset viewer.