Skip to content

Commit

Permalink
Fix pmove pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
s1lentq committed Sep 17, 2018
1 parent f85b12e commit 50e5ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reapi/src/hook_callback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ void PM_Move(IReGameHook_PM_Move *chain, playermove_t *ppmove, int server)
chain->callNext(_ppmove, _server);
};

g_pMove = ppmove;
callVoidForward(RG_PM_Move, original, ppmove, server);
}

Expand Down

0 comments on commit 50e5ee4

Please sign in to comment.