diff src/engine.cpp @ 10477:20da0dd3f897 draft

(svn r14732) -Codechange: replace some magic number with less magic constants and use the proper type for a few variables.
author rubidium <rubidium@openttd.org>
date Tue, 23 Dec 2008 21:03:43 +0000 (2008-12-23)
parents 399a56984e58
children 649ba332458f
line wrap: on
line diff
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -315,7 +315,7 @@
 	const Company *c;
 	int32 best_hist;
 	CompanyID best_company;
-	uint mask = 0;
+	CompanyMask mask = 0;
 
 	do {
 		best_hist = -1;