- removed debug output. Fixes #24.

This commit is contained in:
Christoph Oelckers 2020-07-26 11:48:08 +02:00
parent 54d3d8e96d
commit 1207e02e5d

View file

@ -1525,7 +1525,6 @@ void checksectors_d(int snum)
if (p->newowner >= 0)
{
Printf("%d, %d\n", PlayerInputSideVel(snum), PlayerInputForwardVel(snum));
if (abs(PlayerInputSideVel(snum)) > 768 || abs(PlayerInputForwardVel(snum)) > 768)
{
i = -1;