From b1ba37706ef9b3ce15358b06c236118a0fe42cd6 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 27 May 2018 16:16:59 -0400 Subject: increased dust kickup radius --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 5e4cc1e..6b09c72 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -438,7 +438,7 @@ int main(int, char**) } }); - fov_circle(dusty.get(), static_cast(&map), static_cast(&lamps), px, py, 8*lamped); + fov_circle(dusty.get(), static_cast(&map), static_cast(&lamps), px, py, 8+lamped*lamped); render(ren.get(), map, false); SDL_Delay(50); -- cgit 1.4.1