diff options
Diffstat (limited to 'cheat/internal_rewrite/visual_local.cpp')
| -rw-r--r-- | cheat/internal_rewrite/visual_local.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cheat/internal_rewrite/visual_local.cpp b/cheat/internal_rewrite/visual_local.cpp index e6c6d4b..9457950 100644 --- a/cheat/internal_rewrite/visual_local.cpp +++ b/cheat/internal_rewrite/visual_local.cpp @@ -23,6 +23,10 @@ namespace features int screen_w, screen_h;
g_csgo.m_engine( )->GetScreenSize( screen_w, screen_h );
+ // idk why but i hate csgo
+ if( screen_w < 100 )
+ return;
+
const float degree_offset = 80.f;
static std::vector< flake > flakes;
|
