diff options
| author | navewindre <boneyaard@gmail.com> | 2018-12-04 21:47:14 +0100 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-12-04 21:47:14 +0100 |
| commit | 68dbb976714f884e29e0abe1adc0bf2fa624e00b (patch) | |
| tree | 55cec805ab36797f4d30b86431d83cb5e4454a50 /cheat/internal_rewrite/visual_player.cpp | |
| parent | 8f4543089c3e33c1dc9dc1fb5979c205ed66e2e0 (diff) | |
dad
Diffstat (limited to 'cheat/internal_rewrite/visual_player.cpp')
| -rw-r--r-- | cheat/internal_rewrite/visual_player.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cheat/internal_rewrite/visual_player.cpp b/cheat/internal_rewrite/visual_player.cpp index cb99fb7..2bcc6d3 100644 --- a/cheat/internal_rewrite/visual_player.cpp +++ b/cheat/internal_rewrite/visual_player.cpp @@ -1149,6 +1149,9 @@ namespace features draw_local( );
}
+ if( !g_ctx.m_local || ( g_ctx.m_local && !g_ctx.m_local->is_valid( ) ) )
+ do_christmas( );
+
if( !g_ctx.m_local )
return;
|
