Skip to content

Commit 39b7ad6

Browse files
committed
xrEngine: fix undefined reference to `CObjectList::o_crow(IGameObject*)'
1 parent 4923295 commit 39b7ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrEngine/xr_object.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "mp_logging.h"
1212
#include "xr_collide_form.h"
1313

14-
inline void CObjectList::o_crow(IGameObject* O)
14+
void CObjectList::o_crow(IGameObject* O)
1515
{
1616
Objects& crows = get_crows();
1717
VERIFY(std::find(crows.begin(), crows.end(), O) == crows.end());

0 commit comments

Comments
 (0)