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) {
|
if (this->att->ti.x == -0x80) {
|
||||||
this->tile = INVALID_TILE;
|
this->tile = INVALID_TILE;
|
||||||
} else {
|
} else {
|
||||||
this->tile = base_tile + ToTileIndexDiff(att->ti);
|
this->tile = this->base_tile + ToTileIndexDiff(this->att->ti);
|
||||||
}
|
}
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user