Skip to content

Commit

Permalink
increase the height of the fire sky texture (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfomin authored Sep 14, 2024
1 parent 707cd5c commit a4eb56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/r_sky.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ byte R_GetSkyColor(int texturenum);
void R_UpdateSky(void);

#define FIRE_WIDTH 128
#define FIRE_HEIGHT 256
#define FIRE_HEIGHT 320

byte *R_GetFireColumn(int col);

Expand Down

0 comments on commit a4eb56e

Please sign in to comment.