Reset layers after ModCallScriptSection

This commit is contained in:
Jáchym Toušek
2019-10-09 21:05:59 +02:00
parent 6859bddbfc
commit d499d1cdeb
16 changed files with 108 additions and 0 deletions

View File

@@ -1144,7 +1144,9 @@ void main()
ClearMessage();
DisableWindow();
ModSetLayerFilter(1, 256, "night");
ModDrawCharacter(1, 9, "sprite/normal/ta1_def_", "0", -160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 0, FALSE );
ModSetLayerFilter(3, 256, "night");
ModDrawCharacter(3, 8, "sprite/normal/tomi1_def_", "0", 160, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 20, 0, FALSE );
DrawScene("background/y_kawa3", 3000 );