mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
d_a_vrbox2 OK
This commit is contained in:
+1
-1
@@ -444,7 +444,7 @@ config.libs = [
|
||||
Object(NonMatching, "d/actor/d_a_sea.cpp"),
|
||||
Object(NonMatching, "d/actor/d_a_spc_item01.cpp"),
|
||||
Object(Matching, "d/actor/d_a_vrbox.cpp", extra_cflags=['-pragma "nosyminline on"']),
|
||||
Object(NonMatching, "d/actor/d_a_vrbox2.cpp"),
|
||||
Object(Matching, "d/actor/d_a_vrbox2.cpp"),
|
||||
Object(NonMatching, "d/d_auction_screen.cpp"),
|
||||
Object(Matching, "d/d_place_name.cpp"),
|
||||
Object(NonMatching, "d/d_camera.cpp"),
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user