From f785f17cdb286449e8d98be747213740172629c5 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 22 Oct 2017 16:45:57 -0400 Subject: removed random gen, indoor changes --- include/world.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/world.hpp') 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); -- cgit v1.2.3