- Timestamp:
- May 24, 2018, 3:36:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/3DPacman_FS18/src/modules/pacman/PacmanHUDinfo.cc
r11979 r11992 21 21 * 22 22 * Author: 23 * Leo Merholz 24 * Pascal Schärli 25 * 23 * Marc Dreher 24 26 25 * Co-authors: 27 26 * ... … … 79 78 80 79 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()); 82 81 setTextSize(0.03); 83 82 this->setCaption(points);
Note: See TracChangeset
for help on using the changeset viewer.