Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8918


Ignore:
Timestamp:
Nov 2, 2011, 3:36:21 PM (12 years ago)
Author:
eceline
Message:

flackert nicht mehr, einige Zeilen auskommentiert

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/spaceraceTwo/src/orxonox/gametypes/Gametype.cc

    r8898 r8918  
    129129            {
    130130                // Inform the GametypeInfo that the player is ready to spawn.
    131                 if(it->first->isHumanPlayer() && it->first->isReadyToSpawn()){
     131                if(it->first->isHumanPlayer() && it->first->isReadyToSpawn())
    132132                    this->gtinfo_->playerReadyToSpawn(it->first);
    133133                   
    134                 }
     134               
    135135            }
    136136                 
     
    138138        }
    139139        else if (!this->gtinfo_->hasEnded())
    140            { this->spawnDeadPlayersIfRequested();
    141 
    142         this->assignDefaultPawnsIfNeeded();}
     140            this->spawnDeadPlayersIfRequested();
     141
     142        this->assignDefaultPawnsIfNeeded();
    143143    }
    144144
Note: See TracChangeset for help on using the changeset viewer.