fixed some warnings in SoundManager

This commit is contained in:
techdragon.nguyen@gmail.com
2012-02-22 08:46:18 +00:00
parent c55632a19b
commit 3d62be4549
2 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@
// |aLocation| is used to set the location of the sound source in relation to the listener
// and |aLoop| specifies if the sound should be continuously looped or not.
- (NSUInteger)playSoundWithKey:(NSString*)aSoundKey gain:(float)aGain pitch:(float)aPitch
location:(CGPoint)aLocation shouldLoop:(BOOL)aLoop sourceID:(NSUInteger)aSourceID;
location:(CGPoint)aLocation shouldLoop:(BOOL)aLoop sourceID:(NSInteger)aSourceID;
// Stops all sounds playing with the supplied sound key
- (void)stopSoundWithKey:(NSString*)aSoundKey;