diff src/station_cmd.cpp @ 7929:4d13dbed828c draft

(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
author skidd13 <skidd13@openttd.org>
date Mon, 19 Nov 2007 21:32:20 +0000 (2007-11-19)
parents 4e8dfd103163
children 44ff7a6d801f
line wrap: on
line diff
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -262,7 +262,7 @@
 				if (str <= 0x20) {
 					if (str == M(STR_SV_STNAME_FOREST))
 						str = M(STR_SV_STNAME_WOODS);
-					CLRBIT(free_names, str);
+					ClrBit(free_names, str);
 				}
 			}
 		}