Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11873


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

Tes Game 9

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

Legend:

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

    r11872 r11873  
    4747        point = 0;
    4848        level = 1;
    49         Vector3 startposplayer = Vector3(0,10,245);
    5049
    5150    }
     
    110109        int i = 0;
    111110        for(PacmanGhost* nextghost : ObjectList<PacmanGhost>()){
    112             nextghost.resetGhost();
     111            nextghost->resetGhost();
    113112            i++;
    114113        }
    115         player.setPosition(startposplayer);
     114        player->setPosition(startposplayer);
    116115    }
    117116
  • code/branches/3DPacman_FS18/src/modules/Pacman/Pacman.h

    r11872 r11873  
    9797            Vector3 currentPosition;
    9898            bool bcolli = false;
     99            Vector3 startposplayer = Vector3(0,10,245);
    99100
    100101
Note: See TracChangeset for help on using the changeset viewer.