Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11942


Ignore:
Timestamp:
May 4, 2018, 11:36:54 PM (6 years ago)
Author:
dreherm
Message:

Afraid Test 4

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

Legend:

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

    r11939 r11942  
    4848        point = 0;
    4949        level = 1;
     50        afraid = false;
     51        timer = 0;
    5052
    5153       // setHUDTemplate("PacmanOrxHUD");
  • code/branches/3DPacman_FS18/src/modules/pacman/Pacman.h

    r11941 r11942  
    9494            PacmanGelb* player;
    9595            bool bcolli = false;
    96             float timer = 0;
     96            float timer;
    9797            Vector3 startposplayer = Vector3(0,10,245);
    9898            int totallevelpoint = 3;
    9999            //bool firstGame;
    100             bool afraid = false;
     100            bool afraid;
    101101           
    102102       private:
Note: See TracChangeset for help on using the changeset viewer.