summaryrefslogtreecommitdiff
path: root/src/strings.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-09-21 11:01:16 +0000
committersmatz <smatz@openttd.org>2009-09-21 11:01:16 +0000
commit662ef3173b5eb27905255929401c7d18b349f8f0 (patch)
treed51fc11f210777cd51935f503b3f6760db94b20d /src/strings.cpp
parent114d48e492cc38644c0c020c6a30ab6c57179862 (diff)
downloadopenttd-662ef3173b5eb27905255929401c7d18b349f8f0.tar.xz
(svn r17597) -Codechange: rename namegen* to townname*
Diffstat (limited to 'src/strings.cpp')
-rw-r--r--src/strings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.cpp b/src/strings.cpp
index 29fbfb41b..437619480 100644
--- a/src/strings.cpp
+++ b/src/strings.cpp
@@ -13,7 +13,7 @@
#include "openttd.h"
#include "currency.h"
#include "spritecache.h"
-#include "namegen_func.h"
+#include "townname_func.h"
#include "station_base.h"
#include "town.h"
#include "screenshot.h"