Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2018, 8:08:42 PM (5 years ago)
Author:
stadlero
Message:

Reinforcements bugfix

File:
1 edited

Legend:

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

    r12160 r12161  
    134134            player->gameStage = ATTACK_STAGE;
    135135            this->gameStage = ATTACK_STAGE;
    136             player->reinforcements = provincesOfPlayerCounter(player->Player_ID);
    137136            orxout()<<"Player "<<player->Player_ID<<"\'s turn. Attack."<<endl;
    138137            break;
     
    156155            this->gameStage = REINFORCEMENT_STAGE;
    157156            next->setActive(true);
     157            next->reinforcements = provincesOfPlayerCounter(next->Player_ID);
    158158            break;
    159159        }
Note: See TracChangeset for help on using the changeset viewer.