- 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:
Christoph Oelckers 2010-02-12 22:44:54 +00:00
parent 113a438b01
commit 33460a315a
1 changed files with 2 additions and 2 deletions

View File

@ -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 }
};