Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 11, 2014, 1:05:08 PM (9 years ago)
Author:
maxima
Message:

final version for presentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/towerdefenseHS14/src/modules/towerdefense/TowerDefenseHUDController.cc

    r10159 r10172  
    5252        const std::string& lifes = multi_cast<std::string>(this->td->getLifes());
    5353        const std::string& credits = multi_cast<std::string>(this->td->getCredit());
    54         const std::string& waves = multi_cast<std::string>(this->td->getWaveNumber());
     54        const std::string& wave = multi_cast<std::string>(this->td->getWaveNumber());
    5555
    5656        if(showlives == true)
     
    5959          this->setCaption(multi_cast<std::string>(credits));
    6060        else if(showwaves == true)
    61           this->setCaption(multi_cast<std::string>(waves));
     61          this->setCaption(multi_cast<std::string>(wave));
    6262
    6363
     
    8787                    }
    8888                }
    89             /*if (this->getOwner() != NULL && this->getOwner()->getGametype())
    90             {
    91                 this->owner_ = orxonox_cast<TowerDefense*>(this->getOwner()->getGametype().get());
    92             }
    93             else
    94             {
    95                 this->owner_ = NULL;
    96             }*/
    9789        }
    9890
Note: See TracChangeset for help on using the changeset viewer.