mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-28 01:40:41 +00:00
- Blood: Fixed grpinfo declarations for Blood 1.0 and 1.1 as per wildweasel on the forums: https://forum.zdoom.org/viewtopic.php?f=358&t=67220&start=45#p1149216
* Tested with 1.1 files and confirmed working as expected.
This commit is contained in:
parent
00aa4e73a0
commit
bce8ea67d9
1 changed files with 2 additions and 2 deletions
|
@ -404,7 +404,7 @@ grpinfo
|
||||||
grpinfo
|
grpinfo
|
||||||
{
|
{
|
||||||
name "Blood 1.0"
|
name "Blood 1.0"
|
||||||
size 9570681
|
size 8200353
|
||||||
crc BLOOD10_CRC
|
crc BLOOD10_CRC
|
||||||
defname "blood.def"
|
defname "blood.def"
|
||||||
scriptname "BLOOD.INI"
|
scriptname "BLOOD.INI"
|
||||||
|
@ -420,7 +420,7 @@ grpinfo
|
||||||
grpinfo
|
grpinfo
|
||||||
{
|
{
|
||||||
name "Blood 1.1"
|
name "Blood 1.1"
|
||||||
size 9570681
|
size 8231173
|
||||||
crc BLOOD11_CRC
|
crc BLOOD11_CRC
|
||||||
defname "blood.def"
|
defname "blood.def"
|
||||||
scriptname "BLOOD.INI"
|
scriptname "BLOOD.INI"
|
||||||
|
|
Loading…
Reference in a new issue