d_a_vrbox2 OK

This commit is contained in:
LagoLunatic
2024-01-08 21:12:55 -05:00
parent e05e065854
commit 0eb1b383e9
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -88,7 +88,6 @@ J3DZModeInfo l_zmodeInfo = { GX_FALSE, GX_LEQUAL, GX_FALSE };
/* 8015EC30-8015F368 .text daVrbox2_color_set__FP12vrbox2_class */
BOOL daVrbox2_color_set(vrbox2_class* i_this) {
/* Nonmatching */
camera_class * pCamera;
cXyz eyePosXZ;
cXyz centerPosXZ;
@@ -111,7 +110,7 @@ BOOL daVrbox2_color_set(vrbox2_class* i_this) {
return TRUE;
}
pCamera = dComIfGp_getCamera(0);
pCamera = (camera_class*)dComIfGp_getCamera(0);
windVec = dKyw_get_wind_vec();
windPow = dKyw_get_wind_pow();
windNrmVec = *windVec;