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

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