summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-05-27 16:16:59 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-05-27 16:16:59 -0400
commitb1ba37706ef9b3ce15358b06c236118a0fe42cd6 (patch)
tree9acaa7311936abf24ad729dcd949b9f04a1a077e /src
parent2348d58d70bcca7fb4a424f4536a489714ffe392 (diff)
downloadether-b1ba37706ef9b3ce15358b06c236118a0fe42cd6.tar.gz
ether-b1ba37706ef9b3ce15358b06c236118a0fe42cd6.tar.bz2
ether-b1ba37706ef9b3ce15358b06c236118a0fe42cd6.zip
increased dust kickup radius
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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**)
438 } 438 }
439 }); 439 });
440 440
441 fov_circle(dusty.get(), static_cast<void*>(&map), static_cast<void*>(&lamps), px, py, 8*lamped); 441 fov_circle(dusty.get(), static_cast<void*>(&map), static_cast<void*>(&lamps), px, py, 8+lamped*lamped);
442 442
443 render(ren.get(), map, false); 443 render(ren.get(), map, false);
444 SDL_Delay(50); 444 SDL_Delay(50);