mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- Hexen and Heretic dim color was wrong.
SVN r1791 (trunk)
This commit is contained in:
parent
44974ff28f
commit
45dde7aa2f
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ gameinfo
|
|||
weaponslot = 5, "SkullRod"
|
||||
weaponslot = 6, "PhoenixRod"
|
||||
weaponslot = 7, "Mace"
|
||||
dimcolor = "00 ff 00"
|
||||
dimcolor = "00 00 ff"
|
||||
dimamount = 0.2
|
||||
}
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ gameinfo
|
|||
weaponslot = 2, "FWeapAxe", "CWeapStaff", "MWeapFrost"
|
||||
weaponslot = 3, "FWeapHammer", "CWeapFlame", "MWeapLightning"
|
||||
weaponslot = 4, "FWeapQuietus", "CWeapWraithverge", "MWeapBloodscourge"
|
||||
dimcolor = "00 ff 00"
|
||||
dimcolor = "00 00 ff"
|
||||
dimamount = 0.2
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue