Skip to content

Commit

Permalink
xrEngine: fix undefined reference to `CObjectList::o_crow(IGameObject*)'
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Nov 6, 2018
1 parent 4923295 commit 39b7ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrEngine/xr_object.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "mp_logging.h"
#include "xr_collide_form.h"

inline void CObjectList::o_crow(IGameObject* O)
void CObjectList::o_crow(IGameObject* O)
{
Objects& crows = get_crows();
VERIFY(std::find(crows.begin(), crows.end(), O) == crows.end());
Expand Down

0 comments on commit 39b7ad6

Please sign in to comment.