mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
Changed: #878 Fix typos in comments/code
This commit is contained in:
parent
64990ca5b2
commit
032a6d67bc
2 changed files with 5 additions and 5 deletions
|
@ -17,10 +17,11 @@
|
|||
#ifndef NL_LISTENER_AL_H
|
||||
#define NL_LISTENER_AL_H
|
||||
|
||||
#include <nel/sound/driver/listener.h>
|
||||
#include <nel/misc/singleton.h>
|
||||
#include "nel/sound/driver/listener.h"
|
||||
#include "nel/misc/singleton.h"
|
||||
|
||||
namespace NLSOUND {
|
||||
namespace NLSOUND
|
||||
{
|
||||
|
||||
/**
|
||||
* OpenAL sound listener.
|
||||
|
@ -81,7 +82,6 @@ public:
|
|||
|
||||
private:
|
||||
NLMISC::CVector _Pos;
|
||||
|
||||
};
|
||||
|
||||
} // NLSOUND
|
||||
|
|
|
@ -287,7 +287,7 @@ public:
|
|||
/// Draw the sounds/cluster/audio path for debugging purpose
|
||||
void drawSounds(float camHeight);
|
||||
|
||||
/// Play Music (see UAudioMixer for detail). NB: the background music system is disabled until the music is stoped
|
||||
/// Play Music (see UAudioMixer for detail). NB: the background music system is disabled until the music is stopped
|
||||
void playMusic(const string &fileName, uint xFadeTime= 2000, bool async= true, bool loop=true, bool forceGameMusicVolume= false);
|
||||
/// Stop Music. NB: the background music system is then reenabled
|
||||
void stopMusic(uint xFadeTime= 2000);
|
||||
|
|
Loading…
Reference in a new issue