Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 3, 2018, 3:45:20 PM (7 years ago)
Author:
dreherm
Message:

Afraid Ghosts

File:
1 edited

Legend:

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

    r11931 r11933  
    3939#include "PacmanGhost.h"
    4040#include "PacmanPointSphere.h"
     41#include "PacmanPointAfraid.h"
    4142#include "Highscore.h"
    4243//#include "PlayerInfo.h"
     
    9596            int totallevelpoint = 3;
    9697            //bool firstGame;
     98            bool afraid = false;
     99            float timer = 0;
    97100           
    98101       private:
Note: See TracChangeset for help on using the changeset viewer.