Oops, fix build
authorunc0rr
Sat, 10 Oct 2009 14:24:39 +0000
changeset 2412 8f48a9181f99
parent 2411 c643672ae9a5
child 2413 d921d13a8546
Oops, fix build
hedgewars/uSound.pas
--- 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;