Fixed burning effect in executables compiled with GCC.

This commit is contained in:
jbo_85
2006-02-15 00:31:23 +00:00
parent 0b6a01e206
commit 73105ec74a

View File

@@ -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