Small compile fix for 'smoke.c' in MSVC++.

This commit is contained in:
stainless
2001-11-16 22:04:13 +00:00
parent 4040f138dd
commit bdb47eb06d

View File

@@ -46,7 +46,7 @@ static unsigned char fire_buffer [SCRW * SCRH];
static int fire_init_flag;
static __inline__ void draw_bottom_line_of_fire (void)
static void draw_bottom_line_of_fire (void)
{
int count, count2;
@@ -90,7 +90,7 @@ static __inline__ void draw_bottom_line_of_fire (void)
}
static __inline__ void init_fire (void)
static void init_fire (void)
{
int x, y, pixel, count;