mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- SW: Apply fix from c86af08a19
not to just when stopping operation of remote objects, but all objects.
* Fixes #105.
This commit is contained in:
parent
d5bd7ba309
commit
478f20b845
1 changed files with 3 additions and 3 deletions
|
@ -5595,11 +5595,11 @@ DoPlayerStopOperate(PLAYERp pp)
|
|||
pp->q16ang = pp->oq16ang = IntToFixed(pp->remote_sprite->ang);
|
||||
else
|
||||
pp->q16ang = pp->oq16ang = gethiq16angle(pp->sop_remote->xmid - pp->posx, pp->sop_remote->ymid - pp->posy);
|
||||
|
||||
if (!cl_syncinput)
|
||||
pp->angTarget = 0;
|
||||
}
|
||||
|
||||
if (!cl_syncinput)
|
||||
pp->angTarget = 0;
|
||||
|
||||
if (pp->sop_control)
|
||||
{
|
||||
pp->sop_control->controller = NULL;
|
||||
|
|
Loading…
Reference in a new issue