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