From 32a2523dd5c51b31b31f5e43a7cebdb16e7f5e84 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Thu, 10 Jul 2014 13:47:24 +0000 Subject: Dear Pre-Release Candidate version(RC-0). CLR will collect multiplier +1's in range now. Multiplier +1's caught by player won't disappear now. Add/Move background transitions. Add volume control to options. This make the configuration file not compatible with older versions. Just delete it! Modify hge's API so that it can handle real volume and pan values. Volume value varys from 0 to 1, pan value varys from -1 to 1. Document... --- music.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'music.h') diff --git a/music.h b/music.h index 0e9c4bf..ef09c41 100644 --- a/music.h +++ b/music.h @@ -12,7 +12,7 @@ void Music_Init(const char* file) } void Music_Play() { - Muc=hge->Effect_PlayEx(Mus,100,0,1.0,true); + Muc=hge->Effect_PlayEx(Mus,bgmvol/15.0,0,1.0,true); } void Music_Update() { -- cgit v1.2.3