Fix decleration location of more vars for proper C compliance.

This commit is contained in:
n-a-c-h
2005-02-25 00:58:55 +00:00
parent c5332cc3a1
commit 700c427989

View File

@@ -1672,6 +1672,9 @@ void DSP4_OP0F()
// scan next command if no SR check needed // scan next command if no SR check needed
if (segments) if (segments)
{ {
int32 px_dx, py_dy;
int32 x_scroll, y_scroll;
for (lcv = 0; lcv < 4; lcv++) for (lcv = 0; lcv < 4; lcv++)
{ {
// grab inputs // grab inputs
@@ -1705,9 +1708,6 @@ void DSP4_OP0F()
////////////////////////////////////////////////////// //////////////////////////////////////////////////////
int32 px_dx, py_dy;
int32 x_scroll, y_scroll;
// SR = 0x00 // SR = 0x00
// linear interpolation (lerp) between projected points // linear interpolation (lerp) between projected points