Skip to content

Commit

Permalink
- compile fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Aug 10, 2022
1 parent 936e5c6 commit 7980a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/games/sw/src/draw.cpp
Expand Up @@ -908,8 +908,8 @@ void post_analyzesprites(tspriteArray& tsprites)
continue;
}

tsp->set_int_x(atsp->int_pos().X);
tsp->set_int_y(atsp->int_pos().Y);
tsp->pos.X = atsp->pos.X;
tsp->pos.Y = atsp->pos.Y;
// statnum is priority - draw this ALWAYS first at 0
// statnum is priority - draw this ALWAYS last at MAXSTATUS
if ((atsp->extra & SPRX_BURNABLE))
Expand Down

0 comments on commit 7980a01

Please sign in to comment.