From 8f04565452c98e79340ad55e025ab772ae977760 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Sun, 5 Nov 2023 22:09:16 -0500 Subject: [PATCH] Fix one regswap in vrbox2 --- src/d/actor/d_a_vrbox2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d/actor/d_a_vrbox2.cpp b/src/d/actor/d_a_vrbox2.cpp index 471a691ee..b4044670b 100644 --- a/src/d/actor/d_a_vrbox2.cpp +++ b/src/d/actor/d_a_vrbox2.cpp @@ -141,8 +141,8 @@ BOOL daVrbox2_color_set(vrbox2_class* i_this) { stageWindY = 0x4000; s32 windY2; - s32 windX; s16 windY; + s32 windX; if (dComIfGs_getWindX() == -1 && dComIfGs_getWindY() == -1) { windX = 0; windY = 0;