Commit 487e29e1 authored by vaclav's avatar vaclav
Browse files

revert a change in pointers comparison

parent 354867be
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ void mvr2r_inc_fx(
        return;
    }

    IF( LT_16( y_fx, x_fx ) )
    IF( y_fx < x_fx )
    {
        ix = 0;
        move16();