mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-20 13:24:40 -04:00
d_s_room / d_s_name / d_a_title debug work (#3123)
* d_s_room / d_s_name debug work * camera_class rtti fix * d_a_title debug / handle shield rel changes * fix shield build * fix regressions
This commit is contained in:
@@ -611,13 +611,13 @@ void dGrass_packet_c::draw() {
|
||||
f32 temp1 = 0.001953125f; // fakematch
|
||||
|
||||
#if DEBUG
|
||||
camera_class* sp34 = dComIfGp_getCamera(0);
|
||||
camera_process_class* sp34 = dComIfGp_getCamera(0);
|
||||
int sp30 = 0;
|
||||
if (dCam_getBody() != NULL &&
|
||||
(dCam_getBody()->Mode() == 7 || dCam_getBody()->Mode() == 8) &&
|
||||
sp34 != NULL &&
|
||||
dCam_getBody()->V() < -750.0f &&
|
||||
var_r29->m_pos.abs(sp34->lookat.eye) < 200.0f) {
|
||||
var_r29->m_pos.abs(sp34->view.lookat.eye) < 200.0f) {
|
||||
sp30 = 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user