From b81d73ffd769d36d395a2e24e28690d307af9611 Mon Sep 17 00:00:00 2001 From: Nikos Barkas Date: Sun, 25 May 2008 16:44:29 +0000 Subject: [PATCH] Fixed copy/paste error that resulted in hyperspace start and hyperspace abort sounds being the same. git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@1655 127b21dd-08f5-0310-b4b7-95ae10353056 --- src/Core/Entities/PlayerEntitySound.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Entities/PlayerEntitySound.m b/src/Core/Entities/PlayerEntitySound.m index 68d572eb..8a3a8ccb 100644 --- a/src/Core/Entities/PlayerEntitySound.m +++ b/src/Core/Entities/PlayerEntitySound.m @@ -388,7 +388,7 @@ static OOSoundSource *sBuySellSource; - (void) playHyperspaceAborted { - [sHyperspaceSoundSource playCustomSoundWithKey:@"[hyperspace-countdown-begun]"]; + [sHyperspaceSoundSource playCustomSoundWithKey:@"[hyperspace-countdown-aborted]"]; }