mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 14:41:55 +00:00
- removed debug output. Fixes #24.
This commit is contained in:
parent
54d3d8e96d
commit
1207e02e5d
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue