diff options
| author | JustSomePwner <crotchyalt@gmail.com> | 2018-09-01 16:43:05 +0200 |
|---|---|---|
| committer | JustSomePwner <crotchyalt@gmail.com> | 2018-09-01 16:43:05 +0200 |
| commit | 30485d2a5eb12048ebf935b02cbb048da535670c (patch) | |
| tree | 96a191371b02690a7aaa1258532340ebcb8e09c3 /internal_rewrite/draw_small_entities.cpp | |
| parent | a6c44012de7e5ed71066b6e8637afdbddf8ea8dd (diff) | |
fixing hungry nave code
Diffstat (limited to 'internal_rewrite/draw_small_entities.cpp')
| -rw-r--r-- | internal_rewrite/draw_small_entities.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_rewrite/draw_small_entities.cpp b/internal_rewrite/draw_small_entities.cpp index 71532b4..d84957b 100644 --- a/internal_rewrite/draw_small_entities.cpp +++ b/internal_rewrite/draw_small_entities.cpp @@ -17,7 +17,7 @@ void __fastcall hooks::draw_small_entities( void* ecx, void* edx, bool state ) { // please shoot me // i have given up // i want to leave - if( _ReturnAddress( ) == ret_addr ) { + if( _ReturnAddress( ) == (void*)ret_addr ) { g_ctx.m_stage = FRAME_RENDER_END; g_cheat.m_visuals.world_modulate( ); |
