From f292a87dc499fdcf9ffaeaa6f1cd73fc998b31e3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 1 Jun 2013 07:44:53 +0000 Subject: (svn r25312) -Fix-ish: missing spaces after comma + realignment of tables; quite boring with -x -w --- src/newgrf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf.cpp') 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; -- cgit v1.2.3-54-g00ecf