diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-22 16:45:57 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-10-22 16:45:57 -0400 |
commit | f785f17cdb286449e8d98be747213740172629c5 (patch) | |
tree | 836d9601046f20737d2c27c35c673318adfc2f88 /include/world.hpp | |
parent | b64aa31b4dc0c5e050c4978bae7bd43a040a368b (diff) |
removed random gen, indoor changes
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/world.hpp b/include/world.hpp index 991990e..0bfe078 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -160,7 +160,6 @@ public: static void goWorldPortal(Position& p); static void generate(LuaScript& script); - static void generate(int width = 0); static bool save(void); static void load(const std::string& file); |