summaryrefslogtreecommitdiff
path: root/namegen.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-08-10 16:34:01 +0000
committerdominik <dominik@openttd.org>2004-08-10 16:34:01 +0000
commit6c87ef6c65c1f520f1f471ded8e0a1fb7c4fb3a2 (patch)
tree301337254d53aa88dda38ddfcea0c33dceeb4ca7 /namegen.c
parent4d148bf0fa63fb36f253bdaf57e52280881945cb (diff)
downloadopenttd-6c87ef6c65c1f520f1f471ded8e0a1fb7c4fb3a2.tar.xz
(svn r9) Fixed a couple of warnings and minor coding issues
Diffstat (limited to 'namegen.c')
-rw-r--r--namegen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/namegen.c b/namegen.c
index 9ae5c7516..9b0829ff3 100644
--- a/namegen.c
+++ b/namegen.c
@@ -1977,7 +1977,6 @@ TownNameGenerator * const _town_name_generators[] = {
uint32 GetOldTownName(uint32 townnameparts, byte old_town_name_type)
{
- uint32 a = 0;
switch (old_town_name_type) {
case 0: case 3: /* English, American */
/* Already OK */