Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 6, 2006, 7:07:24 PM (17 years ago)
Author:
muellmic
Message:

changed roll- handling at left/right translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/playable.h

    r9961 r10032  
    7171  void setCameraMode(unsigned int cameraMode = 0);
    7272  bool playmodeSupported(Playable::Playmode playmode) const { return this->supportedPlaymodes & playmode; };
    73   bool setPlaymode(Playable::Playmode playmode);
     73  virtual bool setPlaymode(Playable::Playmode playmode);
    7474  Playable::Playmode getPlaymode() const { return this->playmode; };
    7575  virtual void setPlayDirection(const Quaternion& rot, float speed = 0.0f) = 0;
Note: See TracChangeset for help on using the changeset viewer.