Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 17, 2018, 11:50:25 PM (6 years ago)
Author:
landauf
Message:

[FlappyOrx_HS17] some cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/Presentation_HS17_merge/src/modules/flappyorx/FlappyOrxHUDinfo.cc

    r11759 r11760  
    4545        this->FlappyOrxGame = nullptr;
    4646        this->bShowPoints_ = false;
    47         this->bShowGameOver_ = false;
     47        this->bShowMessage_ = false;
    4848        this->messageID = 0;
    4949    }
     
    7272                    this->setCaption(points);
    7373                }
    74                 else if(this->bShowGameOver_){
     74                else if(this->bShowMessage_){
    7575                    setTextSize(0);
    7676                }
     
    8080                    setTextSize(0);
    8181                }
    82                 else if(this->bShowGameOver_){
     82                else if(this->bShowMessage_){
    8383                    if(this->FlappyOrxGame->firstGame){
    8484                        if(messageID==3){
Note: See TracChangeset for help on using the changeset viewer.