mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- reformatting
This commit is contained in:
parent
1b6161d472
commit
d2b4cf6770
1 changed files with 1 additions and 3 deletions
|
@ -2931,9 +2931,7 @@ void handle_se14(int i, bool checkstat, int RPG, int JIBS6)
|
|||
auto sj = &a2->s;
|
||||
if (sj->statnum != 10 && sector[sj->sectnum].lotag != 2 && sj->picnum != SECTOREFFECTOR && sj->picnum != LOCATORS)
|
||||
{
|
||||
rotatepoint(s->x, s->y,
|
||||
sj->x, sj->y, q,
|
||||
&sj->x, &sj->y);
|
||||
rotatepoint(s->x, s->y, sj->x, sj->y, q, &sj->x, &sj->y);
|
||||
|
||||
sj->x += m;
|
||||
sj->y += x;
|
||||
|
|
Loading…
Reference in a new issue