diff options
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 51fbbfd..dd06469 100644 --- a/include/world.h +++ b/include/world.h @@ -144,7 +144,7 @@ protected: * of elements provided by the function. */ - std::vector<WorldData> worldData; + std::vector<WorldData> worldData; /** * Starting x coordinate. @@ -433,6 +433,7 @@ public: */ World *goWorldLeft(Player *p); + bool goWorldLeft( NPC *e ); /** * Attempts to let the player enter the right-linked world specified by |