forked from mirror/OpenTTD
(svn r23654) -Fix [FS#4904]: missing this-> (adf88)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user