Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2017, 4:05:27 PM (8 years ago)
Author:
zarron
Message:

first atempt to set dir of fireballs correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SOBv2_HS17/src/modules/superorxobros/SOBFireball.cc

    r11575 r11577  
    7979
    8080
     81    }
     82
     83    void SOBFireball::setDirection(const bool direction)
     84    {
     85        if(direction)
     86        {
     87            goesRight_=true;
     88        }
     89        else
     90        {
     91            goesRight_=false;
     92        }
    8193    }
    8294
Note: See TracChangeset for help on using the changeset viewer.