mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-11 06:44:04 +01:00
(svn r25312) -Fix-ish: missing spaces after comma + realignment of tables; quite boring with -x -w
This commit is contained in:
parent
c9f514eb4c
commit
f292a87dc4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user