Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 17, 2009, 11:10:39 AM (14 years ago)
Author:
rgrieder
Message:

Little cleanup in sound stuff and MoodManager.
Caution: Renamed SoundTypes to {All, Music, Effects}!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/sound/WorldSound.h

    r6322 r6370  
    4646    public:
    4747        WorldSound(BaseObject* creator);
    48         virtual ~WorldSound();
     48        ~WorldSound();
    4949
    50         virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    51         virtual void XMLEventPort(Element& xmlelement, XMLPort::Mode mode);
    52         virtual void changedActivity();
    53        
    54         virtual float getVolumeGain();
     50        void XMLPort(Element& xmlelement, XMLPort::Mode mode);
     51        void XMLEventPort(Element& xmlelement, XMLPort::Mode mode);
     52        void changedActivity();
    5553
    56         virtual void tick(float dt);
     54        void tick(float dt);
    5755
    5856    private:
    5957        void registerVariables();
    6058        void initialiseSource();
     59        float getRealVolume();
    6160    };
    6261}
Note: See TracChangeset for help on using the changeset viewer.