diff options
Diffstat (limited to 'src/signs.cpp')
-rw-r--r-- | src/signs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signs.cpp b/src/signs.cpp index 2ab678a23..53465fc8a 100644 --- a/src/signs.cpp +++ b/src/signs.cpp @@ -47,7 +47,7 @@ void Sign::UpdateVirtCoord() { Point pt = RemapCoords(this->x, this->y, this->z); SetDParam(0, this->index); - this->sign.UpdatePosition(pt.x, pt.y - 6, STR_WHITE_SIGN); + this->sign.UpdatePosition(pt.x, pt.y - 6 * ZOOM_LVL_BASE, STR_WHITE_SIGN); } /** Update the coordinates of all signs */ |