Compare commits

..

No commits in common. "681355c97d8ed74b7680ee9ccedf67022609c8d5" and "ccaffae234fc93ea16d8ad6277fcf57ffc86ce46" have entirely different histories.

4 changed files with 11 additions and 6 deletions

View File

@ -577,6 +577,12 @@ HUD_Draw(void)
Damage_Draw();
}
string g_specmodes[] = {
"Free Camera",
"Third Person",
"First Person"
};
/* specatator main entry */
void
HUD_DrawSpectator(void)

View File

@ -48,8 +48,10 @@ Game_Worldspawn(void)
{
precache_model("models/player.mdl");
precache_model("models/w_weaponbox.mdl");
Sound_Precache("Player.FlashLightOff");
Sound_Precache("Player.FlashLightOn");
Sound_Precache("player.die");
Sound_Precache("player.insane");
Sound_Precache("player.fall");
Sound_Precache("player.lightfall");
Player_Precache();
Weapons_Init();

View File

@ -125,7 +125,6 @@ void w_hammer_release(player pl)
Damage_Apply(trace_ent, self, hdmg, WEAPON_HAMMER, DMG_BLUNT);
makevectors(pl.v_angle);
if (trace_ent.classname == "monster_scientist") {
trace_ent.movetype = MOVETYPE_TOSS;
trace_ent.velocity = v_forward * 768 + v_up * 256;

View File

@ -55,6 +55,4 @@ alias sv_gamemode sh_realistic
// video settings
seta gl_overbright 0
seta gl_ldr 1
seta r_lightmap_format rgb8
exec skill_scihunt.cfg
seta r_lightmap_format rgb8