fixed identifier name

This commit is contained in:
Przemyslaw Iwanowski 2013-01-30 19:40:28 +00:00
parent 2725a289be
commit ef0545ba41

View File

@ -201,7 +201,7 @@ private:
typedef pset<FmodAudioSound *> SoundSet; typedef pset<FmodAudioSound *> SoundSet;
SoundSet _all_sounds; SoundSet _all_sounds;
FMOD_OUTPUTTYPE _saved_output; FMOD_OUTPUTTYPE _saved_outputtype;
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
//These are needed for Panda's Pointer System. DO NOT ERASE! //These are needed for Panda's Pointer System. DO NOT ERASE!