- Duke: Back up the shell's position in DukeShell::initshell().

This commit is contained in:
Mitchell Richters 2023-01-08 23:54:17 +11:00
parent 4f8909db96
commit b432e94a72

View file

@ -32,6 +32,7 @@ class DukeShell : DukeActor
}
self.pos.XY = Owner.pos.XY + ang.ToVector() * 8;
self.opos = self.pos;
if (direction > 0)
{