diff --git a/wadsrc/static/zscript/games/duke/actors/shell.zs b/wadsrc/static/zscript/games/duke/actors/shell.zs index b5107c943..cca672c77 100644 --- a/wadsrc/static/zscript/games/duke/actors/shell.zs +++ b/wadsrc/static/zscript/games/duke/actors/shell.zs @@ -32,6 +32,7 @@ class DukeShell : DukeActor } self.pos.XY = Owner.pos.XY + ang.ToVector() * 8; + self.opos = self.pos; if (direction > 0) {