forked from teamnwah/openmw-tes3coop
Add a space
This commit is contained in:
parent
6823298516
commit
24340bff95
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ namespace MWSound
|
|||
float mVoiceVolume;
|
||||
float mFootstepsVolume;
|
||||
|
||||
typedef std::auto_ptr<std::deque<Sound_Buffer>> SoundBufferList;
|
||||
typedef std::auto_ptr<std::deque<Sound_Buffer> > SoundBufferList;
|
||||
// List of sound buffers, grown as needed. New enties are added to the
|
||||
// back, allowing existing Sound_Buffer references/pointers to remain
|
||||
// valid.
|
||||
|
|
Loading…
Reference in a new issue