Fix decleration location of more vars for proper C compliance.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user