Skip to content
Snippets Groups Projects
Commit a546b553 authored by Golden's avatar Golden
Browse files

Oops, forgot to remove a debug print.

parent 701c1e26
No related branches found
No related tags found
2 merge requests!2355fix newer versions of mixerx,!1797Implement epicenter and radius support for quakes.
......@@ -748,8 +748,6 @@ void P_Ticker(boolean run)
fixed_t xydist = R_PointToDist2(camera.x, camera.y, quake.epicenter->x, quake.epicenter->y);
fixed_t dist = R_PointToDist2(0, camera.z, xydist, quake.epicenter->z);
CONS_Printf("%d\n", dist / FRACUNIT);
// More effect closer to epicenter, outside of radius = no effect
if (!quake.radius || dist > quake.radius)
ir = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment