These shouldn't be references

git-svn-id: https://svn.eduke32.com/eduke32@8408 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2019-12-07 23:52:54 +00:00 committed by Christoph Oelckers
parent 694863a8a1
commit 0456d8f36d

View file

@ -168,7 +168,7 @@ static inline void VM_DummySprite(void)
} }
// verification that the event actually exists happens elsewhere // verification that the event actually exists happens elsewhere
static FORCE_INLINE int32_t VM_EventInlineInternal__(int const &eventNum, int const &spriteNum, int const &playerNum, static FORCE_INLINE int32_t VM_EventInlineInternal__(int const eventNum, int const spriteNum, int const playerNum,
int const playerDist = -1, int32_t returnValue = 0) int const playerDist = -1, int32_t returnValue = 0)
{ {
vmstate_t const newVMstate = { spriteNum, playerNum, playerDist, 0, vmstate_t const newVMstate = { spriteNum, playerNum, playerDist, 0,