File diff r6490:ba88f1f6bfd1 → r6491:6b6c19f090e1
src/signs.cpp
Show inline comments
 
@@ -136,7 +136,7 @@ int32 CmdPlaceSign(TileIndex tile, uint3
 
		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);