Line up the center of skies with horizon line

This commit is contained in:
Sally Coolatta 2023-05-06 02:19:26 -04:00
parent 99a1e47487
commit f017f4626f

View file

@ -64,6 +64,10 @@ void R_SetupSkyDraw(void)
// the horizon line in a 256x128 sky texture
skytexturemid = (textures[skytexture]->height/2)<<FRACBITS;
// Sal: Add arbritrary offset that makes it
// line up with the horizon line special
skytexturemid += (16 << FRACBITS);
R_SetSkyScale();
}