Skip to content

Commit

Permalink
Use correct sky in SIGIL II
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Dec 10, 2023
1 parent e991824 commit d0bd34a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/r_sky.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ void R_InitSkyMap(void)
case 5:
skytexture = R_TextureNumForName(R_CheckTextureNumForName("SKY5_ZD") != -1 ? "SKY5_ZD" : "SKY5");
break;

case 6:
skytexture = R_TextureNumForName(R_CheckTextureNumForName("SKY6_ZD") != -1 ? "SKY6_ZD" : "SKY6");
break;
}
}
}
Expand Down

0 comments on commit d0bd34a

Please sign in to comment.