Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11872


Ignore:
Timestamp:
Apr 17, 2018, 12:04:43 AM (6 years ago)
Author:
dreherm
Message:

Tes Game 8

Location:
code/branches/3DPacman_FS18/src/modules/Pacman
Files:
2 edited

Legend:

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

    r11871 r11872  
    149149    void Pacman::playerPreSpawn(PlayerInfo* player)
    150150    {
    151         PlayerInfo* playerInfo_;
    152         this->playerInfo_ = player;
     151        //PlayerInfo* playerInfo_;
     152        //this->playerInfo_ = player;
    153153        if(lives <= 0)
    154154        {
     
    163163        {
    164164            int score = this->getPoints();
    165             Highscore::getInstance().storeScore("3DPacman", score, this->playerInfo_);
     165            //Highscore::getInstance().storeScore("3DPacman", score, this->playerInfo_);
    166166        }
    167167        GSLevel::startMainMenu();
  • code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.h

    r11871 r11872  
    4040#include "PacmanPointSphere.h"
    4141#include "Highscore.h"
    42 #include "PlayerInfo.h"
     42//#include "PlayerInfo.h"
    4343
    4444
Note: See TracChangeset for help on using the changeset viewer.