We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4923295 commit 39b7ad6Copy full SHA for 39b7ad6
1 file changed
src/xrEngine/xr_object.cpp
@@ -11,7 +11,7 @@
11
#include "mp_logging.h"
12
#include "xr_collide_form.h"
13
14
-inline void CObjectList::o_crow(IGameObject* O)
+void CObjectList::o_crow(IGameObject* O)
15
{
16
Objects& crows = get_crows();
17
VERIFY(std::find(crows.begin(), crows.end(), O) == crows.end());
0 commit comments