Fix decleration location of more vars for proper C compliance.

This commit is contained in:
n-a-c-h
2005-02-25 00:50:58 +00:00
parent 77d981e67e
commit eb548855e5

View File

@@ -1175,6 +1175,8 @@ void DSP4_OP09()
int16 sp_dx, sp_dy; int16 sp_dx, sp_dy;
int16 pixels; int16 pixels;
bool8 draw = TRUE;
DSP4.in_count = 2; DSP4.in_count = 2;
DSP4_WAIT(5) resume5 : DSP4_WAIT(5) resume5 :
@@ -1227,9 +1229,6 @@ void DSP4_OP09()
// allow partially visibile tiles // allow partially visibile tiles
pixels = sprite_size ? 15 : 7; pixels = sprite_size ? 15 : 7;
bool8 draw = TRUE;
DSP4_CLEAR_OUT(); DSP4_CLEAR_OUT();
// transparent tile to clip off parts of a sprite (overdraw) // transparent tile to clip off parts of a sprite (overdraw)