mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +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" },
|
{ "9", "use ArtiBlastRadius" },
|
||||||
{ "8", "use ArtiTeleport" },
|
{ "8", "use ArtiTeleport" },
|
||||||
{ "7", "use ArtiTeleportOther" },
|
{ "7", "use ArtiTeleportOther" },
|
||||||
{ "6", "use ArtiEgg" },
|
{ "6", "use ArtiPork" },
|
||||||
{ "5", "use ArtiInvulnerability" },
|
{ "5", "use ArtiInvulnerability2" },
|
||||||
{ "scroll", "+showscores" },
|
{ "scroll", "+showscores" },
|
||||||
{ NULL }
|
{ NULL }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue