From 33460a315a92d1270fabf1a3335fb4644fa709d3 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 12 Feb 2010 22:44:54 +0000 Subject: [PATCH] - fixed: DefHexenBindings still referred to some of Heretic's items that once were merged with the Hexen variants. SVN r2155 (trunk) --- src/c_bind.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/c_bind.cpp b/src/c_bind.cpp index f7450aaa5..d96b5a742 100644 --- a/src/c_bind.cpp +++ b/src/c_bind.cpp @@ -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 } };