mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-10 07:11:51 +00:00
- remove some unused local strings
This commit is contained in:
parent
fe8bce0861
commit
7c85b22fb1
3 changed files with 0 additions and 5 deletions
|
@ -704,7 +704,6 @@ void() TeamFortress_ReloadCurrentWeapon =
|
|||
void() TeamFortress_DropItems =
|
||||
{
|
||||
local entity tg;
|
||||
local string temp;
|
||||
|
||||
tg = find (world, classname, "item_tfgoal");
|
||||
while (tg)
|
||||
|
|
1
army.qc
1
army.qc
|
@ -176,7 +176,6 @@ void() Menu_Army1 =
|
|||
void() Menu_Army2 =
|
||||
{
|
||||
local string st;
|
||||
local string st_range;
|
||||
|
||||
st = "";
|
||||
|
||||
|
|
|
@ -564,7 +564,6 @@ void() DecodeLevelParms =
|
|||
autoteam_time = 30;
|
||||
|
||||
// check all serverinfo settings, to set the appropriate toggleflags
|
||||
local string st;
|
||||
|
||||
// AUTOTEAM
|
||||
st = infokey(world, "a");
|
||||
|
@ -1295,7 +1294,6 @@ void() changelevel_touch =
|
|||
{
|
||||
local entity pos;
|
||||
local float ne;
|
||||
local string st;
|
||||
|
||||
if (other.classname != "player")
|
||||
return;
|
||||
|
@ -2245,7 +2243,6 @@ float already_cycled;
|
|||
void() NextLevel =
|
||||
{
|
||||
local entity o;
|
||||
local string st;
|
||||
|
||||
if (already_cycled)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue