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:
parent
c572512be2
commit
b81d73ffd7
@ -388,7 +388,7 @@ static OOSoundSource *sBuySellSource;
|
||||
|
||||
- (void) playHyperspaceAborted
|
||||
{
|
||||
[sHyperspaceSoundSource playCustomSoundWithKey:@"[hyperspace-countdown-begun]"];
|
||||
[sHyperspaceSoundSource playCustomSoundWithKey:@"[hyperspace-countdown-aborted]"];
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user