From 80c259f64fd38cdb84f2bcb8a146e7ec4a448070 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 18 Apr 2007 22:10:36 +0000 Subject: (svn r9672) -Cleanup: lots of coding style fixes around operands. --- src/signs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/signs.cpp') diff --git a/src/signs.cpp b/src/signs.cpp index ff7517574..db8d42def 100644 --- a/src/signs.cpp +++ b/src/signs.cpp @@ -136,7 +136,7 @@ int32 CmdPlaceSign(TileIndex tile, uint32 flags, uint32 p1, uint32 p2) 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); -- cgit v1.2.3-54-g00ecf