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... --- hge/CxImage/ximapng.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hge/CxImage') diff --git a/hge/CxImage/ximapng.cpp b/hge/CxImage/ximapng.cpp index 2e39d1b..db2f636 100644 --- a/hge/CxImage/ximapng.cpp +++ b/hge/CxImage/ximapng.cpp @@ -85,7 +85,7 @@ bool CxImagePNG::Decode(CxFile *hFile) png_read_info(png_ptr, info_ptr); png_uint_32 _width,_height; - int _bit_depth,_color_type,_interlace_type/*,_compression_type,_filter_type*/; + int _bit_depth,_color_type,_interlace_type,_compression_type,_filter_type; #if PNG_LIBPNG_VER > 10399 png_get_IHDR(png_ptr,info_ptr,&_width,&_height,&_bit_depth,&_color_type, &_interlace_type,&_compression_type,&_filter_type); -- cgit v1.2.3