changeset 2412 | 8f48a9181f99 |
parent 2410 | e7bbb27b24b3 |
child 2413 | d921d13a8546 |
--- a/hedgewars/uSound.pas Thu Oct 08 17:47:34 2009 +0000 +++ b/hedgewars/uSound.pas Sat Oct 10 14:24:39 2009 +0000 @@ -54,7 +54,7 @@ procedure ResumeMusic; procedure StopSound(snd: TSound); function ChangeVolume(voldelta: LongInt): LongInt; -function AskForVoicepack(name: shortstring): Pointer; +function AskForVoicepack(name: shortstring): PVoicepack; function soundFadeOut(snd: TSound; qt: LongInt; voicepack: PVoicepack): LongInt;