2
0
mirror of https://github.com/rehlds/reapi.git synced 2024-12-28 15:45:31 +03:00

Fix pmove pointer

This commit is contained in:
s1lent 2018-09-17 14:13:26 +07:00
parent f85b12ea75
commit 50e5ee4e16
No known key found for this signature in database
GPG Key ID: 0FE401DC73916B5C

View File

@ -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);
}