diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-24 09:22:30 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-03-24 09:22:30 -0400 |
commit | 75a3ceb61ad4816ce03e6b615de2ce9331452aaa (patch) | |
tree | 2dde42d40caeef3cba32ccb20321c6b2af494102 /include/world.h | |
parent | c3cfec14cb64016b9f3b039e17d49933e54ca6a0 (diff) |
npc world walking
Diffstat (limited to 'include/world.h')
-rw-r--r-- | include/world.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/world.h b/include/world.h index 152d654..5b02c87 100644 --- a/include/world.h +++ b/include/world.h @@ -115,7 +115,7 @@ protected: * of elements provided by the function. */ - std::vector<WorldData> worldData; + std::vector<WorldData> worldData; /** * Starting x coordinate. @@ -404,6 +404,7 @@ public: */ World *goWorldLeft(Player *p); + bool goWorldLeft( NPC *e ); /** * Attempts to let the player enter the right-linked world specified by |