mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed: DefHexenBindings still referred to some of Heretic's items that once were merged with the Hexen variants.
SVN r2155 (trunk)
This commit is contained in:
parent
113a438b01
commit
33460a315a
1 changed files with 2 additions and 2 deletions
|
@ -159,8 +159,8 @@ static const FBinding DefHexenBindings[] =
|
|||
{ "9", "use ArtiBlastRadius" },
|
||||
{ "8", "use ArtiTeleport" },
|
||||
{ "7", "use ArtiTeleportOther" },
|
||||
{ "6", "use ArtiEgg" },
|
||||
{ "5", "use ArtiInvulnerability" },
|
||||
{ "6", "use ArtiPork" },
|
||||
{ "5", "use ArtiInvulnerability2" },
|
||||
{ "scroll", "+showscores" },
|
||||
{ NULL }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue