(svn r15725) -Fix: centering on a vehicle didn't respect its z coordinate
This commit is contained in:
@@ -87,7 +87,7 @@ public:
|
||||
{
|
||||
int x = TileX(this->wp->xy) * TILE_SIZE;
|
||||
int y = TileY(this->wp->xy) * TILE_SIZE;
|
||||
ScrollWindowTo(x, y, this);
|
||||
ScrollWindowTo(x, y, -1, this);
|
||||
}
|
||||
|
||||
virtual void OnQueryTextFinished(char *str)
|
||||
|
Reference in New Issue
Block a user