summaryrefslogtreecommitdiff
path: root/newgrf_station.h
diff options
context:
space:
mode:
authorKUDr <kudr@openttd.org>2006-05-27 16:12:16 +0000
committerKUDr <kudr@openttd.org>2006-05-27 16:12:16 +0000
commit5e73dce0e71791b87e5b096a890578eefcc26639 (patch)
treee4580db6e03032a997fce1392929b7190dc3b03d /newgrf_station.h
parent3d01010440440cfbffd1e5d3b0cf1f23f0503a76 (diff)
downloadopenttd-5e73dce0e71791b87e5b096a890578eefcc26639.tar.xz
(svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
Diffstat (limited to 'newgrf_station.h')
-rw-r--r--newgrf_station.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newgrf_station.h b/newgrf_station.h
index 841b492be..98dc1b75e 100644
--- a/newgrf_station.h
+++ b/newgrf_station.h
@@ -88,7 +88,7 @@ typedef struct StationClass {
} StationClass;
void ResetStationClasses(void);
-StationClassID AllocateStationClass(uint32 class);
+StationClassID AllocateStationClass(uint32 cls);
void SetStationClassName(StationClassID sclass, StringID name);
StringID GetStationClassName(StationClassID sclass);
StringID *BuildStationClassDropdown(void);