Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 23, 2011, 4:16:15 PM (12 years ago)
Author:
eceline
Message:

level Spacerace2 works now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/spaceraceTwo/src/orxonox/infos/GametypeInfo.cc

    r8944 r8949  
    164164    {
    165165        if(this->bStarted_)
    166            {const std::string& message = "bStarted true";
    167          orxout()<< message << endl; return;}
     166           { return;}
    168167       
    169168        this->bStarted_ = true;
    170169        this->changedStarted();
    171170       
    172         const std::string& message = "bStarted true";
    173          orxout()<< message << endl;
     171       
    174172    }
    175173
Note: See TracChangeset for help on using the changeset viewer.