From 7368c740a646c958797b5dff90d6c5b51236e2a4 Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 4 Jan 2009 15:32:25 +0000 Subject: (svn r14828) -Codechange: move most of save/load-specific code to separate files --- src/genworld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/genworld.cpp') diff --git a/src/genworld.cpp b/src/genworld.cpp index 23a978272..ef6c87151 100644 --- a/src/genworld.cpp +++ b/src/genworld.cpp @@ -26,7 +26,7 @@ #include "newgrf_storage.h" #include "water.h" #include "tilehighlight_func.h" -#include "saveload.h" +#include "saveload/saveload.h" #include "table/sprites.h" -- cgit v1.2.3-54-g00ecf