mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-03-03 15:31:11 +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)
|
if (p->newowner >= 0)
|
||||||
{
|
{
|
||||||
Printf("%d, %d\n", PlayerInputSideVel(snum), PlayerInputForwardVel(snum));
|
|
||||||
if (abs(PlayerInputSideVel(snum)) > 768 || abs(PlayerInputForwardVel(snum)) > 768)
|
if (abs(PlayerInputSideVel(snum)) > 768 || abs(PlayerInputForwardVel(snum)) > 768)
|
||||||
{
|
{
|
||||||
i = -1;
|
i = -1;
|
||||||
|
|
Loading…
Reference in a new issue