Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2018, 7:51:11 PM (5 years ago)
Author:
stadlero
Message:

some bugfixes

File:
1 edited

Legend:

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

    r12159 r12160  
    7979            }
    8080            case REINFORCEMENT_STAGE: {
    81                 ss<<"Player "<<wagnisgame->active_player<<" place your reinforcements";
     81                ss<<"Player "<<wagnisgame->active_player<<" place your reinforcements: "<<wagnisgame->players.at(wagnisgame->active_player-1)->reinforcements;
    8282                setCaption( ss.str() );
    8383                break;
Note: See TracChangeset for help on using the changeset viewer.