diff options
Diffstat (limited to 'Classes/PointMultiplier.m')
-rw-r--r-- | Classes/PointMultiplier.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Classes/PointMultiplier.m b/Classes/PointMultiplier.m index a14bf68..0a9649d 100644 --- a/Classes/PointMultiplier.m +++ b/Classes/PointMultiplier.m | |||
@@ -30,7 +30,7 @@ | |||
30 | GameMode* gameLayer = ((GameMode*) sprite.parent); | 30 | GameMode* gameLayer = ((GameMode*) sprite.parent); |
31 | [gameLayer setPointMultiplier:gameLayer.pointMultiplier+1]; | 31 | [gameLayer setPointMultiplier:gameLayer.pointMultiplier+1]; |
32 | 32 | ||
33 | [[SimpleAudioEngine sharedEngine] playEffect:[[NSBundle mainBundle] pathForResource:@"Item1" ofType:@"wav"]]; | 33 | [[SimpleAudioEngine sharedEngine] playEffect:[[NSBundle mainBundle] pathForResource:@"Absorption2" ofType:@"wav"]]; |
34 | } | 34 | } |
35 | 35 | ||
36 | @end | 36 | @end |