aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-06-08 08:47:31 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-06-08 08:47:31 -0400
commit6882786999581e2280c870249ae448c744767e73 (patch)
tree665eb129c395250e3f390d5e86ac8896ac636322 /include/world.hpp
parent7110a4ab054341c9f41972b06044853138f526a8 (diff)
parenta978ddfb98734514874231ed28d0395533afa25d (diff)
merge; lights, xmls
Diffstat (limited to 'include/world.hpp')
-rw-r--r--include/world.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/world.hpp b/include/world.hpp
index c5730f8..fa8e4d8 100644
--- a/include/world.hpp
+++ b/include/world.hpp
@@ -457,7 +457,7 @@ public:
void addHill(ivec2 peak, unsigned int width);
// functions to add entities to the world
- void addLight(vec2 xy, Color color);
+ void addLight(vec2 xy, float radius, Color color);
void addMerchant(float x, float y, bool housed);