From 868181a74d5611d39d3c17b61987c0bcff84645f Mon Sep 17 00:00:00 2001 From: Cameron Reikes Date: Fri, 11 Aug 2023 15:15:18 -0700 Subject: [PATCH] Initialize target rotation as well, so characters don't turn on startup --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index 7fe3234..1193f18 100644 --- a/main.c +++ b/main.c @@ -2036,6 +2036,7 @@ void initialize_gamestate_from_threedee_level(GameState *gs, ThreeDeeLevel *leve ENTITIES_ITER(gs->entities) { it->rotation = PI32; + it->target_rotation = it->rotation; } // @Place(parse and enact the drama document)