From aca6dd808b19072b653ce81384490c8b08edbedd Mon Sep 17 00:00:00 2001 From: Joel de Vahl Date: Tue, 25 Sep 2007 19:48:52 +0000 Subject: new mixer and ppc fixes --- src/engine/interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/interface.h') diff --git a/src/engine/interface.h b/src/engine/interface.h index b2412de7..fb2ebe6c 100644 --- a/src/engine/interface.h +++ b/src/engine/interface.h @@ -341,7 +341,7 @@ float snd_get_master_volume(); void snd_set_master_volume(float val); int snd_load_wav(const char *filename); int snd_load_wv(const char *filename); -int snd_play(int sound, int loop, float vol, float pan); +int snd_play(int cid, int sid, int loop, int x, int y); void snd_stop(int id); void snd_set_vol(int id, float vol); int snd_shutdown(); -- cgit 1.4.1