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
This commit is contained in:
Nikos Barkas 2008-05-25 16:44:29 +00:00
parent c572512be2
commit b81d73ffd7

View File

@ -388,7 +388,7 @@ static OOSoundSource *sBuySellSource;
- (void) playHyperspaceAborted
{
[sHyperspaceSoundSource playCustomSoundWithKey:@"[hyperspace-countdown-begun]"];
[sHyperspaceSoundSource playCustomSoundWithKey:@"[hyperspace-countdown-aborted]"];
}