Changeset 1865
- Timestamp:
- Oct 1, 2008, 10:03:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/orxonox_tutorial/src/orxonox/objects/SpaceShip.h
r1859 r1865 100 100 101 101 virtual float getReloadTime() { return this->reloadTime_; } 102 virtual bool hasSpecialEffects() { return true; }102 virtual bool hasSpecialEffects() { return false; } 103 103 104 104 inline const Vector3& getDir() const
Note: See TracChangeset
for help on using the changeset viewer.