diff src/newgrf_station.cpp @ 6106:230764f1a316 draft

(svn r8841) -Fix Remove {,u}intswap() and replace them by Swap()
author tron <tron@openttd.org>
date Thu, 22 Feb 2007 08:43:02 +0000 (2007-02-22)
parents de5286746a3a
children 5cf0c6849eee
line wrap: on
line diff
--- a/src/newgrf_station.cpp
+++ b/src/newgrf_station.cpp
@@ -200,8 +200,8 @@
 	uint32 retval = 0;
 
 	if (axis == AXIS_X) {
-		intswap(platforms, length);
-		intswap(x, y);
+		Swap(platforms, length);
+		Swap(x, y);
 	}
 
 	/* Limit our sizes to 4 bits */