This commit is contained in:
Dragorn421 2025-05-27 23:06:06 +02:00
parent 0e4ca91fea
commit 0e36ce0c5f
No known key found for this signature in database
GPG Key ID: 381AEBAF3D429335
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ void EnNy_Init(Actor* thisx, PlayState* play) {
func_80ABCDBC(this); func_80ABCDBC(this);
} else { } else {
// This mode is unused in the final game // This mode is unused in the final game
PRINTF(T("ダミーニュウ イニシャル[ %d ] \n", "Dummy new initials [ %d ] !!\n"), this->actor.params); PRINTF(T("ダミーニュウ イニシャル[ %d ] \n", "Dummy new init [ %d ] !!\n"), this->actor.params);
PRINTF("En_Ny_actor_move2[ %x ] \n", EnNy_UpdateUnused); PRINTF("En_Ny_actor_move2[ %x ] \n", EnNy_UpdateUnused);
this->actor.colChkInfo.mass = MASS_IMMOVABLE; this->actor.colChkInfo.mass = MASS_IMMOVABLE;
this->actor.update = EnNy_UpdateUnused; this->actor.update = EnNy_UpdateUnused;