Skip to content

Commit

Permalink
prio fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orian34 committed Mar 18, 2024
1 parent 951e2f7 commit 3472674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Update/staffroom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ void main()

PlaySE( 0, "wav/kyupirn", 128, 64 );
DrawScene( "white", 200 );
ModDrawCharacter(1, 14, "sprite/oko3_niyari_", "2", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 0, FALSE );
ModDrawCharacter(1, 14, "sprite/oko3_niyari_", "2", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 3, 0, FALSE );
DrawScene( "background/ke_shiryou1_02", 500 );


Expand Down Expand Up @@ -397,7 +397,7 @@ void main()
ClearMessage();
DisableWindow();

ModDrawCharacterWithFiltering(2, 11, "sprite/oisi2_6_", "0", "effect/left", 0, -160, 0, FALSE, 0, 0, 0, 0, 0, 1, 300, TRUE ); //ERROR_EXISTING: Priority 1 on layer 2 used here. Conflict is 13 lines away (line 413)
ModDrawCharacterWithFiltering(2, 11, "sprite/oisi2_6_", "0", "effect/left", 0, -160, 0, FALSE, 0, 0, 0, 0, 0, 1, 300, TRUE );


if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f5e6d3>八咫桜</color>", NULL, "<color=#f5e6d3>Yatazakura</color>", NULL, Line_ContinueAfterTyping); }
Expand All @@ -410,7 +410,7 @@ void main()
DisableWindow();

FadeOutBGM( 0, 300, TRUE );
ModDrawCharacter(1, 14, "sprite/oko3_def_", "0", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 2, 300, TRUE ); //ERROR: Priority 1 already in use 13 lines ago (line 400). Existing Layer: 2 Conflicting Layer: 1 Suggested Priority: 2
ModDrawCharacter(1, 14, "sprite/oko3_def_", "0", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 3, 300, TRUE );
PlayBGM( 0, "bgm0/4", 120, 0 );


Expand Down

0 comments on commit 3472674

Please sign in to comment.