diff options
| author | navewindre <boneyaard@gmail.com> | 2018-12-05 00:08:02 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-12-05 00:08:02 +0100 |
| commit | bca49754578cd6c002fa258f89fe85bb9966e9c1 (patch) | |
| tree | e01c099cc5520eb854a4d1740ff299f78953b4e0 /cheat/internal_rewrite/visual_local.cpp | |
| parent | 389bf49dccc42ead9e3157d911ff1468260645f6 (diff) | |
Auto stash before merge of "master" and "origin/master"
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;
|
