revert problematic T() in mir_ray

This commit is contained in:
Dragorn421 2025-05-22 22:10:54 +02:00
parent 4fde790bdc
commit acc4d06d34
No known key found for this signature in database
GPG Key ID: 381AEBAF3D429335
1 changed files with 2 additions and 1 deletions

View File

@ -186,7 +186,8 @@ void MirRay_Init(Actor* thisx, PlayState* play) {
LOG_NUM("this->actor.arg_data", this->actor.params, "../z_mir_ray.c", 518);
if (this->actor.params >= 0xA) {
LOG_STRING(T("反射光 発生失敗", "Reflected light generation failure"), "../z_mir_ray.c", 521);
// "Reflected light generation failure"
LOG_STRING("反射光 発生失敗", "../z_mir_ray.c", 521);
Actor_Kill(&this->actor);
}