mirror of
https://github.com/zeldaret/tp
synced 2026-06-08 20:29:45 -04:00
more misc. cleanup (#2232)
This commit is contained in:
@@ -136,8 +136,7 @@ static int daObj_Web1_Execute(obj_web1_class* i_this) {
|
||||
i_this->mHitTimer--;
|
||||
}
|
||||
|
||||
int roomNo = fopAcM_GetRoomNo(i_this);
|
||||
i_this->mZ2SoundObj.framework(0, dComIfGp_getReverb(roomNo));
|
||||
i_this->mZ2SoundObj.framework(0, dComIfGp_getReverb(fopAcM_GetRoomNo(i_this)));
|
||||
|
||||
if (i_this->mDeleteTimer != 0) {
|
||||
if (i_this->mDeleteTimer == 1) {
|
||||
@@ -343,4 +342,4 @@ extern actor_process_profile_definition g_profile_OBJ_WEB1 = {
|
||||
0x40100,
|
||||
fopAc_ACTOR_e,
|
||||
fopAc_CULLBOX_CUSTOM_e,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user