Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11923 for code


Ignore:
Timestamp:
Apr 29, 2018, 2:01:19 PM (6 years ago)
Author:
dreherm
Message:

Disk quota test 4

File:
1 edited

Legend:

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

    r11922 r11923  
    335335
    336336    void PacmanGhost::setnewTarget(int firstdec){
    337         /*
     337       
    338338          decision = rand()%1;
    339339            switch(decision){
     
    344344                    break;
    345345                }
    346             */
    347346    }
    348347
     
    418417
    419418    void PacmanGhost::move(float dt, Vector3 actuelposition, Vector3 velocity){
    420        // this->setPosition(Vector3(actuelposition.x+20*velocity.x*dt,10,actuelposition.z+20*velocity.z*dt));
     419        this->setPosition(Vector3(actuelposition.x+20*velocity.x*dt,10,actuelposition.z+20*velocity.z*dt));
    421420    }
    422421
Note: See TracChangeset for help on using the changeset viewer.