mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
- added detection for another variant of SW's Wanton Destruction add-on.
- corrected the main script name for WW2GI's Platoon Leader add-on.
This commit is contained in:
parent
6e3772d50d
commit
d4a2d776cf
1 changed files with 12 additions and 1 deletions
|
@ -305,7 +305,7 @@ grpinfo
|
||||||
grpinfo
|
grpinfo
|
||||||
{
|
{
|
||||||
name "Platoon Leader"
|
name "Platoon Leader"
|
||||||
scriptname "PLATOONL.CON"
|
scriptname "PLATOONL.DEF"
|
||||||
size 37852572
|
size 37852572
|
||||||
crc PLATOONL_CRC
|
crc PLATOONL_CRC
|
||||||
flags GAMEFLAG_WW2GI|GAMEFLAG_ADDON
|
flags GAMEFLAG_WW2GI|GAMEFLAG_ADDON
|
||||||
|
@ -479,6 +479,17 @@ grpinfo
|
||||||
gamefilter "ShadowWarrior.Wanton"
|
gamefilter "ShadowWarrior.Wanton"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
grpinfo
|
||||||
|
{
|
||||||
|
name "Shadow Warrior: Wanton Destruction"
|
||||||
|
flags GAMEFLAG_SW|GAMEFLAG_ADDON
|
||||||
|
crc 0x8B6E8011
|
||||||
|
size 48698128
|
||||||
|
defname "sw.def"
|
||||||
|
dependency SWREG12_CRC
|
||||||
|
gamefilter "ShadowWarrior.Wanton"
|
||||||
|
}
|
||||||
|
|
||||||
grpinfo
|
grpinfo
|
||||||
{
|
{
|
||||||
name "Shadow Warrior: Twin Dragon"
|
name "Shadow Warrior: Twin Dragon"
|
||||||
|
|
Loading…
Reference in a new issue