]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
patch from transfusion team to add taunts to transfusion bind menu
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 12 Apr 2004 07:30:47 +0000 (07:30 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 12 Apr 2004 07:30:47 +0000 (07:30 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4095 d7cf8633-e32d-0410-b094-e92efae38249

menu.c

diff --git a/menu.c b/menu.c
index 881900c89b14f42ac7dd8ca29338315ed1279fba..14679ac08da519bbba15ff3a5a4d620942112ada 100644 (file)
--- a/menu.c
+++ b/menu.c
@@ -1874,7 +1874,18 @@ char *transfusionbindnames[][2] =
 {"impulse 26",         "next armor type"},
 {"impulse 27",         "identify player"},
 {"impulse 55",         "voting menu"},
-{"impulse 56",         "observer mode"}
+{"impulse 56",         "observer mode"},
+{"",                           "Taunts"},            // Taunts
+{"impulse 70",         "taunt 0"},
+{"impulse 71",         "taunt 1"},
+{"impulse 72",         "taunt 2"},
+{"impulse 73",         "taunt 3"},
+{"impulse 74",         "taunt 4"},
+{"impulse 75",         "taunt 5"},
+{"impulse 76",         "taunt 6"},
+{"impulse 77",         "taunt 7"},
+{"impulse 78",         "taunt 8"},
+{"impulse 79",         "taunt 9"}
 };
 
 char *goodvsbad2bindnames[][2] =