File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414#include " xrEngine/profiler.h"
1515#include " stalker_movement_manager_smart_cover.h"
1616
17- IC void CStalkerAnimationManager::play_delayed_callbacks ()
17+ /* IC */ void CStalkerAnimationManager::play_delayed_callbacks () // XXX: can't compile Release because of "inline"
1818{
1919 if (m_call_script_callback)
2020 {
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ class stalker_movement_params
7373 IC cover_type const * cover () const ;
7474
7575public:
76- IC void cover_loophole_id (shared_str const & loophole_id);
76+ /* IC */ void cover_loophole_id (shared_str const & loophole_id); // XXX: can't compile Release because of "inline"
7777 LPCSTR cover_loophole_id () const ;
7878 loophole_type const * cover_loophole () const ;
7979
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ IPropHelper& PHelper()
4242LPCSTR script_section = " script" ;
4343LPCSTR current_version = " current_server_entity_version" ;
4444
45- IC u16 script_server_object_version ()
45+ /* IC */ u16 script_server_object_version () // XXX: can't compile Release because of "inline"
4646{
4747 static bool initialized = false ;
4848 static u16 script_version = 0 ;
You can’t perform that action at this time.
0 commit comments