Skip to content

Commit

Permalink
Fix incorrect sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
andOlga committed Sep 8, 2019
1 parent 975eb69 commit 8f99a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Update/_mina_012.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@ void main()
if (GetGlobalFlag(GADVMode)) { ClearMessage(); } else { OutputLineAll(NULL, "\n", Line_ContinueAfterTyping); }

DisableWindow();
ModDrawCharacterWithFiltering(1, 2, "sprite/normal/re1a_nande_a1_", "2", "maskleft", 1, -240, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );
ModDrawCharacterWithFiltering(1, 2, "sprite/sunset/re1a_nande_a1_", "2", "maskleft", 1, -240, 0, FALSE, 0, 0, 0, 0, 0, 0, 300, TRUE );

if (GetGlobalFlag(GADVMode)) { OutputLine("<color=#f0953d>レナ</color>", NULL, "<color=#f0953d>Rena</color>", NULL, Line_ContinueAfterTyping); }
ModPlayVoiceLS(4, 2, "ps3/s12/02/180200415", 256, TRUE);
Expand Down

0 comments on commit 8f99a10

Please sign in to comment.