summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e4eae2f)
raw | patch | inline | side by side (parent: e4eae2f)
author | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Fri, 4 Jan 2019 19:58:37 +0000 (22:58 +0300) | ||
committer | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Fri, 4 Jan 2019 19:58:37 +0000 (22:58 +0300) |
src/game/g_player.pas | patch | blob | history |
diff --git a/src/game/g_player.pas b/src/game/g_player.pas
index 7436e7a95a77d928002f0dd974b74fe045cebda9..5968cd1f4058e606d44ce0a45f9b2cc882cd4cc0 100644 (file)
--- a/src/game/g_player.pas
+++ b/src/game/g_player.pas
if gPlayers[i] is TPlayer then
begin
gPlayers[i].Update();
- if (not gPlayers[i].alive) then gPlayers[i].NetForceWeapFIdx := 0; // just in case
//if g_Game_IsClient or not g_Game_IsNet then
begin
gPlayers[i].RealizeCurrentWeapon(); // WARNING! DO NOT MOVE THIS INTO `Update()`!
FSecrets := 0;
//FCurrFrameIdx := 0;
//FNetForceWeap := FCurrWeap;
- FNetForceWeapFIdx := 0;
+ //FNetForceWeapFIdx := 0;
if FNoRespawn then
begin
FSpectator := False;
FLastHit := 0;
FLastFrag := 0;
FComboEvnt := -1;
- FNetForceWeapFIdx := 0;
SetFlag(FLAG_NONE);
SetAction(A_STAND, True);
FPain := 0;
FLastHit := 0;
//FNetForceWeap := FCurrWeap;
- FNetForceWeapFIdx := 0;
if not g_Game_IsServer then
Exit;