From 089043437f4108319339bdf1b1d061374299bdc6 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 20 Nov 2023 17:20:39 +0100 Subject: [PATCH] restore accidentally deleted line. --- source/games/sw/src/sprite.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/games/sw/src/sprite.cpp b/source/games/sw/src/sprite.cpp index e6f48ea8ec..d410e92376 100644 --- a/source/games/sw/src/sprite.cpp +++ b/source/games/sw/src/sprite.cpp @@ -4199,6 +4199,7 @@ int NewStateGroup(DSWActor* actor, FState* StateGroup) return 0; actor->user.__legacyState.Rot = StateGroup; + actor->user.State =StateGroup; actor->user.Tics = 0;