This commit is contained in:
Dragorn421 2025-05-26 15:47:48 +02:00
parent 26c82ed30d
commit 0426ae962e
No known key found for this signature in database
GPG Key ID: 381AEBAF3D429335
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ void EnFish_UpdateCutscene(EnFish* this, PlayState* play) {
if (cue == NULL) {
PRINTF(T("Warning : dousa 3 消滅 が呼ばれずにデモが終了した(%s %d)(arg_data 0x%04x)\n",
"Warning : Demo ended without calling action 3 termination (%s %d)(arg_data 0x%04x)\n"),
"Warning : Demo ended without action 3 being called (%s %d)(arg_data 0x%04x)\n"),
"../z_en_sakana.c", 1169, this->actor.params);
EnFish_ClearCutsceneData(this);
Actor_Kill(&this->actor);