diff -r 59cc173953ae -r b499fdd106d5 src/signs.cpp --- a/src/signs.cpp Sun Apr 15 10:30:00 2007 +0000 +++ b/src/signs.cpp Sun Apr 22 19:06:48 2007 +0000 @@ -137,7 +137,7 @@ si->x = x; si->y = y; si->owner = _current_player; // owner of the sign; just eyecandy - si->z = GetSlopeZ(x,y); + si->z = GetSlopeZ(x, y); UpdateSignVirtCoords(si); MarkSignDirty(si); InvalidateWindow(WC_SIGN_LIST, 0);