src/signs.cpp
branchnoai
changeset 9601 b499fdd106d5
parent 9599 949374e83b78
child 9624 b71483f2330f
--- 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);