From 64059d1026bd6af9f9fd03fd9b0a8078a0fb8b3a Mon Sep 17 00:00:00 2001 From: Vaqtincha <51029683+Vaqtincha@users.noreply.github.com> Date: Sun, 16 May 2021 14:19:02 +0500 Subject: [PATCH] fix weapon_sg550 (#624) * fix first shot weapon_sg550 --- regamedll/dlls/wpn_shared/wpn_sg550.cpp | 4 ++-- regamedll/msvc/ReGameDLL.vcxproj | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/regamedll/dlls/wpn_shared/wpn_sg550.cpp b/regamedll/dlls/wpn_shared/wpn_sg550.cpp index bbc58ec5..8263e98a 100644 --- a/regamedll/dlls/wpn_shared/wpn_sg550.cpp +++ b/regamedll/dlls/wpn_shared/wpn_sg550.cpp @@ -13,7 +13,7 @@ void CSG550::Spawn() m_flLastFire = 0; #ifdef REGAMEDLL_FIXES - m_flAccuracy = 0.2f; + m_flAccuracy = 0.9f; #endif #ifdef REGAMEDLL_API @@ -62,7 +62,7 @@ int CSG550::GetItemInfo(ItemInfo *p) BOOL CSG550::Deploy() { #ifdef REGAMEDLL_FIXES - m_flAccuracy = 0.2f; + m_flAccuracy = 0.9f; #endif return DefaultDeploy("models/v_sg550.mdl", "models/p_sg550.mdl", SG550_DRAW, "rifle", UseDecrement() != FALSE); diff --git a/regamedll/msvc/ReGameDLL.vcxproj b/regamedll/msvc/ReGameDLL.vcxproj index 41eb3d36..50d85ca3 100644 --- a/regamedll/msvc/ReGameDLL.vcxproj +++ b/regamedll/msvc/ReGameDLL.vcxproj @@ -809,7 +809,6 @@ {70A2B904-B7DB-4C48-8DE0-AF567360D572} ReGameDLL 12.0 - 10.0