mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-29 09:29:59 +02:00
fix debug message
This commit is contained in:
@@ -184,7 +184,6 @@ bool CCarGenerator::CheckIfWithinRangeOfAnyPlayer()
|
|||||||
return false;
|
return false;
|
||||||
if (distance < nearclip)
|
if (distance < nearclip)
|
||||||
return false;
|
return false;
|
||||||
debug("Value to test: %f\n", DotProduct2D(direction, FindPlayerSpeed()));
|
|
||||||
return DotProduct2D(direction, FindPlayerSpeed()) <= 0;
|
return DotProduct2D(direction, FindPlayerSpeed()) <= 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user