mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-22 03:51:12 +00:00
fix some warnings
This commit is contained in:
parent
9f614920bd
commit
de0481cfd5
2 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -252,6 +252,7 @@ vector(float s, float v, float a) CamSmooth =
|
|||
}
|
||||
vec_x = s;
|
||||
vec_y = v;
|
||||
vec_z = 0;
|
||||
return vec;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue