diff --git a/polymer/eduke32/source/player.c b/polymer/eduke32/source/player.c index fccc3cef9..58d1f0f47 100644 --- a/polymer/eduke32/source/player.c +++ b/polymer/eduke32/source/player.c @@ -4489,7 +4489,7 @@ void P_ProcessInput(int32_t snum) p->player_par++; -// VM_OnEvent(EVENT_PROCESSINPUT, p->i, snum, -1); + VM_OnEvent(EVENT_PROCESSINPUT, p->i, snum, -1); if (p->cheat_phase > 0) sb_snum = 0;