diff options
| author | Unknown <azeem@live.ru> | 2018-12-04 20:11:58 +0000 |
|---|---|---|
| committer | Unknown <azeem@live.ru> | 2018-12-04 20:11:58 +0000 |
| commit | 27924634ce7d3abb85e3ac6efb4a319e0069f235 (patch) | |
| tree | 9e86c77d9cf3aba3b72c2f6f6c9f121517622253 /cheat/internal_rewrite | |
| parent | 009f264c3d98f742bec9aaeaafe86d66ad5116a5 (diff) | |
forgot to add this back
Diffstat (limited to 'cheat/internal_rewrite')
| -rw-r--r-- | cheat/internal_rewrite/autowall.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cheat/internal_rewrite/autowall.cpp b/cheat/internal_rewrite/autowall.cpp index 603f94e..21c256e 100644 --- a/cheat/internal_rewrite/autowall.cpp +++ b/cheat/internal_rewrite/autowall.cpp @@ -191,8 +191,8 @@ namespace features { if ( !trace_to_exit( data.enter_trace.endpos, data.direction, pen_end, data.enter_trace, &exit_trace ) ) {
- // if( !( g_csgo.m_trace( )->GetPointContents( pen_end, MASK_SHOT_HULL ) & MASK_SHOT_HULL ) )
- return false;
+ if( !( g_csgo.m_trace( )->GetPointContents( pen_end, MASK_SHOT_HULL ) & MASK_SHOT_HULL ) )
+ return false;
}
bool is_light_surf = ( data.enter_trace.contents >> 7 ) & 1;
|
