mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-19 07:01:09 +00:00
- Duke: Fix pos issues with crane's touchplate following position change to sprite.
This commit is contained in:
parent
4e4e457cfe
commit
0ab175b894
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class DukeCrane : DukeActor
|
|||
case STAT_STANDABLE:
|
||||
case STAT_PLAYER:
|
||||
self.angle = (self.polepos - self.pos.XY).Angle();
|
||||
a2.SetPosition(( self.polepos, a2.pos.Z ));
|
||||
if (a2.statnum != STAT_PLAYER) a2.SetPosition(( self.polepos, a2.pos.Z ));
|
||||
self.temp_data[0]++;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue