diff options
Diffstat (limited to 'internal_rewrite/simulate.cpp')
| -rw-r--r-- | internal_rewrite/simulate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_rewrite/simulate.cpp b/internal_rewrite/simulate.cpp index 798f98f..1c46221 100644 --- a/internal_rewrite/simulate.cpp +++ b/internal_rewrite/simulate.cpp @@ -13,7 +13,7 @@ void __fastcall hooks::simulate( void* ecx, void* edx ) { static auto ret_addr = pattern::first_code_match< void* >( g_csgo.m_engine.dll( ), "8B CE 6A FF 8B 06", -0x81 );
#endif
- if( _ReturnAddress( ) == ret_addr ) {
+ if( _ReturnAddress( ) == (void*)ret_addr ) {
g_ctx.m_stage = FRAME_RENDER_START;
g_cheat.m_visuals.world_modulate( );
|
