Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2018, 3:36:40 PM (6 years ago)
Author:
dreherm
Message:

Testversion 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/3DPacman_FS18/src/modules/pacman/PacmanHUDinfo.cc

    r11979 r11992  
    2121 *
    2222 *   Author:
    23  *      Leo Merholz
    24  *      Pascal Schärli
    25  *
     23 *      Marc Dreher
     24
    2625 *      Co-authors:
    2726 *      ...
     
    7978           
    8079            if(this->bShowPoints_) {
    81                     const std::string& points = "Collected points: "+multi_cast<std::string>(this->PacmanGame->getPoints()) + " of " + multi_cast<std::string>(this->PacmanGame->totallevelpoint);
     80                    const std::string& points = "Collected points: "+multi_cast<std::string>(this->PacmanGame->getPoints()) + " of " + multi_cast<std::string>(this->PacmanGame->getTotalpoints());
    8281                    setTextSize(0.03);
    8382                    this->setCaption(points);
Note: See TracChangeset for help on using the changeset viewer.