mirror of https://github.com/OpenTTD/OpenTTD
Codechange: create the TileIndexDiff of the whole translation we want to execute
parent
a6b7593a52
commit
1998e94ae7
|
@ -218,7 +218,7 @@ public:
|
|||
this->tile++;
|
||||
} else if (--this->y > 0) {
|
||||
this->x = this->w;
|
||||
this->tile += TileDiffXY(1, 1) - this->w;
|
||||
this->tile += TileDiffXY(1 - this->w, 1);
|
||||
} else {
|
||||
this->tile = INVALID_TILE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue