Changeset - r18796:9773349625e3
[Not reviewed]
master
0 1 0
rubidium - 12 years ago 2011-12-21 17:15:56
rubidium@openttd.org
(svn r23654) -Fix [FS#4904]: missing this-> (adf88)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf_airport.h
Show inline comments
 
@@ -51,7 +51,7 @@ public:
 
		if (this->att->ti.x == -0x80) {
 
			this->tile = INVALID_TILE;
 
		} else {
 
			this->tile = base_tile + ToTileIndexDiff(att->ti);
 
			this->tile = this->base_tile + ToTileIndexDiff(this->att->ti);
 
		}
 
		return *this;
 
	}
0 comments (0 inline, 0 general)