diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-25 08:48:39 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-25 08:48:39 -0400 |
commit | b7e31e8b7ce8f470a269c6bc17e6525c6f3a4d50 (patch) | |
tree | 476b444a70b39d9f84b6a39c926c110e2efaf473 /include/world.hpp | |
parent | 2473bc452959f1c84b03c4b9202d601b3325143d (diff) |
fixed bugs
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/world.hpp b/include/world.hpp index c6eaf06..dc8d497 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -220,7 +220,7 @@ public: bool goWorldLeft(NPC *e); // attempts to enter a structure that the player would be standing in front of - World *goInsideStructure(Player *p); + std::pair<World *, float> goInsideStructure(Player *p); // adds a hole at the specified start and end x-coordinates void addHole(unsigned int start,unsigned int end); |