Skip to content

Commit

Permalink
Always display 're1_ev' for Original Artset, even if "Hide CGs" is on
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Jun 3, 2021
1 parent c4b6112 commit ed2bf1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Update/_tsum_011.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,8 @@ void main()
DisableWindow();
if (GetGlobalFlag(GArtStyle) == 0) {
DrawScene( "scene/034", 1000);
} else if (GetGlobalFlag(GArtStyle) == 2) {
DrawScene( "re1_ev", 1000);
} else {
DrawBustshot(4, "scene/034", 0, -80, -134, FALSE, 0, 0, 0, 0, 0, 0, 0, 4, 1000, TRUE );
DrawBustshot(1, "", 0, 0, 0, FALSE, 0, 0, 0, 0, 0, 0, 0, 0, 0, TRUE );
Expand Down

0 comments on commit ed2bf1b

Please sign in to comment.