(svn r23654) -Fix [FS#4904]: missing this-> (adf88)

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
rubidium 13 years ago
parent 8456d5de69
commit 9b192efc58

@ -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;
}

Loading…
Cancel
Save