Skip to content

Commit 126b055

Browse files
authored
Add support for Heretic + Hexen images
They have a widescreen fullscreen size of 560x200, instead of the old 320x200.
1 parent c89e007 commit 126b055

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Graphics/SImage/SIFormat.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ uint32_t valid_flat_size[][3] = {
221221
{ 256, 256, 1 }, // hires flat size
222222
{ 320, 200, 0 }, // full screen format
223223
{ 512, 512, 1 }, // hires flat size
224+
{ 560, 200, 0 }, // Heretic + Hexen widescreen
224225
{ 640, 400, 1 }, // SRB2 fade mask size 4
225226
{ 1024, 1024, 1 }, // hires flat size
226227
{ 2048, 2048, 1 }, // super hires flat size (SRB2)

0 commit comments

Comments
 (0)