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;