mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- Duke: Fix issues with crane angle adjustment in movecrane()
following changes in fca846272e
.
* Fixes #170.
This commit is contained in:
parent
13839fc3e9
commit
70b75f72b5
1 changed files with 1 additions and 1 deletions
|
@ -730,7 +730,7 @@ void movecrane(DDukeActor *actor, int crane)
|
|||
actor->SetActiveCrane(true);
|
||||
ps[p].on_crane = actor;
|
||||
S_PlayActorSound(isRR() ? 390 : DUKE_GRUNT, ps[p].GetActor());
|
||||
ps[p].angle.addadjustment(spri->ang + 1024);
|
||||
ps[p].angle.settarget(spri->ang + 1024);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue