fix some warnings

This commit is contained in:
Bill Currie 2007-05-07 23:37:41 +00:00
parent 9f614920bd
commit de0481cfd5
2 changed files with 1 additions and 2 deletions

View File

@ -492,8 +492,6 @@ pn = -1;
//POX - Define BotPrefs - semi-random based on skill level setting
//Skill 1 (default) will spawn randomized bots (but no extremely bad or good ones)
local float r;
//POX - speed
if (skill == 0)
bot.botpref_speed = 0.1;

View File

@ -252,6 +252,7 @@ vector(float s, float v, float a) CamSmooth =
}
vec_x = s;
vec_y = v;
vec_z = 0;
return vec;
};