mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-22 12:11:21 +00:00
- Duke: Back up the shell's position in DukeShell::initshell()
.
This commit is contained in:
parent
4f8909db96
commit
b432e94a72
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ class DukeShell : DukeActor
|
||||||
}
|
}
|
||||||
|
|
||||||
self.pos.XY = Owner.pos.XY + ang.ToVector() * 8;
|
self.pos.XY = Owner.pos.XY + ang.ToVector() * 8;
|
||||||
|
self.opos = self.pos;
|
||||||
|
|
||||||
if (direction > 0)
|
if (direction > 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue