summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2013-06-01 07:44:53 +0000
committerrubidium <rubidium@openttd.org>2013-06-01 07:44:53 +0000
commitf292a87dc499fdcf9ffaeaa6f1cd73fc998b31e3 (patch)
tree6e69d090d600f7eee7b2162754b7b8cc263b12a9 /src/newgrf.cpp
parentc9f514eb4c509c496d88691aade3e58cebff8dce (diff)
downloadopenttd-f292a87dc499fdcf9ffaeaa6f1cd73fc998b31e3.tar.xz
(svn r25312) -Fix-ish: missing spaces after comma + realignment of tables; quite boring with -x -w
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index 439484591..280dda293 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -3625,7 +3625,7 @@ static ChangeInfoResult AirportChangeInfo(uint airport, int numinfo, int prop, B
if (att[k].ti.x == 0 && att[k].ti.y == 0x80) {
/* Not the same terminator. The one we are using is rather
- x= -80, y = 0 . So, adjust it. */
+ * x = -80, y = 0 . So, adjust it. */
att[k].ti.x = -0x80;
att[k].ti.y = 0;
att[k].gfx = 0;