Skip to content

Commit

Permalink
Fix sprite offsets in SD21
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Jan 18, 2025
1 parent cd1446d commit 1065c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/d_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,7 @@ void D_CheckSupportedPWAD(char *filename)
{
SD21 = true;
moreblood = true;
fixspriteoffsets = true;
}
else if (M_StringCompare(leaf, "syringe.wad"))
syringe = true;
Expand Down

0 comments on commit 1065c5f

Please sign in to comment.