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... --- global.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'global.h') diff --git a/global.h b/global.h index e36af5a..a666c22 100644 --- a/global.h +++ b/global.h @@ -302,7 +302,7 @@ double scale; #ifndef WIN32 double yos; #endif -int fpslvl,clrmode; +int fpslvl,clrmode,sfxvol,bgmvol; const vector2d splitData[4]={vector2d(0,0),vector2d(400,0),vector2d(0,300),vector2d(400,300)}; //options from command line arguments bool fNoSound, @@ -341,7 +341,7 @@ static const char* archive[]={ }; #endif //static const char* GLOBAL_H_FN="global.h"; -static const char* BLRVERSION="0.9.7-0 (r97)"; +static const char* BLRVERSION="0.9.8-0 (r98)"; static const char *months="JanFebMarAprMayJunJulAugSepOctNovDec"; char *parseDate(const char *date) { -- cgit v1.2.3