Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2017, 3:55:34 PM (6 years ago)
Author:
varxth
Message:

! angeschrieben

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SOBv2_HS17/src/modules/superorxobros/SOB.cc

    r11601 r11602  
    168168        if (this->figure_ != nullptr && figure_->lvlEnded_) {
    169169            std::stringstream a;
    170             if(newHighscore){
     170            if(!newHighscore){
    171171                a << "Nice! " << getPoints() << " Points in " << (400-getTimeLeft())/2 <<"s.\n\nPress <Space> to restart";
    172172            }
Note: See TracChangeset for help on using the changeset viewer.