Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11161 for code/trunk


Ignore:
Timestamp:
Mar 27, 2016, 9:37:44 PM (8 years ago)
Author:
landauf
Message:

removed another spurious backslash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/gametypes/TeamGametype.cc

    r11071 r11161  
    141141    void TeamGametype::spawnDeadPlayersIfRequested()
    142142    {
    143         for (const auto& mapEntry : this->players_)\
     143        for (const auto& mapEntry : this->players_)
    144144        {
    145145            if(allowedInGame_[mapEntry.first] == false)//check if dead player is allowed to enter
Note: See TracChangeset for help on using the changeset viewer.