From 73105ec74aeb83957a6d551db14c83f9df06a30b Mon Sep 17 00:00:00 2001 From: jbo_85 <> Date: Wed, 15 Feb 2006 00:31:23 +0000 Subject: [PATCH] Fixed burning effect in executables compiled with GCC. --- zsnes/src/effects/burn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/effects/burn.c b/zsnes/src/effects/burn.c index 6d790b9d..bdfd0969 100644 --- a/zsnes/src/effects/burn.c +++ b/zsnes/src/effects/burn.c @@ -62,7 +62,7 @@ the following speedups: const int rootrand = 20; /* Max/Min decrease of the root of the flames */ const int decay = 5; /* How far should the flames go up on the screen? */ /* This MUST be positive - JF */ -const int miny = 0; /* Startingline of the flame routine. +const int miny = 1; /* Startingline of the flame routine. (should be adjusted along with MinY above) */ const int smooth = 1; /* How descrete can the flames be?*/ const int minfire = 50; /* limit between the "starting to burn" and