summaryrefslogtreecommitdiffstats
path: root/src/weapons
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-07-12 00:06:59 +0200
committerGitHub <noreply@github.com>2021-07-12 00:06:59 +0200
commita8fd3f828ab8ce67cf7df736af28fb6c61f0f1fa (patch)
tree818b14e6e04d75a7f288eca6c66272a7fa0c4508 /src/weapons
parentUnite all sliders (diff)
parentfinish COMPATIBLE_SAVES and FIX_INCOMPATIBLE_SAVES (diff)
downloadre3-a8fd3f828ab8ce67cf7df736af28fb6c61f0f1fa.tar
re3-a8fd3f828ab8ce67cf7df736af28fb6c61f0f1fa.tar.gz
re3-a8fd3f828ab8ce67cf7df736af28fb6c61f0f1fa.tar.bz2
re3-a8fd3f828ab8ce67cf7df736af28fb6c61f0f1fa.tar.lz
re3-a8fd3f828ab8ce67cf7df736af28fb6c61f0f1fa.tar.xz
re3-a8fd3f828ab8ce67cf7df736af28fb6c61f0f1fa.tar.zst
re3-a8fd3f828ab8ce67cf7df736af28fb6c61f0f1fa.zip
Diffstat (limited to '')
-rw-r--r--src/weapons/Weapon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/weapons/Weapon.cpp b/src/weapons/Weapon.cpp
index 43a85db8..6f0e9094 100644
--- a/src/weapons/Weapon.cpp
+++ b/src/weapons/Weapon.cpp
@@ -2337,7 +2337,7 @@ CWeapon::Save(uint8*& buf)
CopyToBuf(buf, m_nAmmoTotal);
CopyToBuf(buf, m_nTimer);
CopyToBuf(buf, m_bAddRotOffset);
- SkipSaveBuf(buf, 3);
+ ZeroSaveBuf(buf, 3);
}
void