From: havoc Date: Mon, 12 Apr 2004 07:30:47 +0000 (+0000) Subject: patch from transfusion team to add taunts to transfusion bind menu X-Git-Tag: xonotic-v0.1.0preview~5925 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ad9fd6252a8a7c10288266065a0dce3dfd9ba528;p=xonotic%2Fdarkplaces.git patch from transfusion team to add taunts to transfusion bind menu git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4095 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/menu.c b/menu.c index 881900c8..14679ac0 100644 --- 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] =