summaryrefslogtreecommitdiff
path: root/src/townname.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2015-03-15 12:19:58 +0000
committerfrosch <frosch@openttd.org>2015-03-15 12:19:58 +0000
commitbed0370ad1cb1b1744b335a5f1d23821dcfd2cd1 (patch)
treee6a140b66e5da770478c8a13b322a1840f8e42ee /src/townname.cpp
parent67242d22692db147325f010c125a16123e3eded0 (diff)
downloadopenttd-bed0370ad1cb1b1744b335a5f1d23821dcfd2cd1.tar.xz
(svn r27187) -Fix: Code style.
Diffstat (limited to 'src/townname.cpp')
-rw-r--r--src/townname.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/townname.cpp b/src/townname.cpp
index f3a4e5cbb..2067fa1bb 100644
--- a/src/townname.cpp
+++ b/src/townname.cpp
@@ -635,7 +635,7 @@ static char *MakeCzechTownName(char *buf, const char *last, uint32 seed)
choose = _name_czech_subst_full[stem].choose;
allow = _name_czech_subst_full[stem].allow;
} else {
- unsigned int map[lengthof(_name_czech_subst_ending)];
+ uint map[lengthof(_name_czech_subst_ending)];
int ending_start = -1, ending_stop = -1;
/* Load the substantive */