diff src/engine_func.h @ 10207:c54d140df948 draft

(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
author rubidium <rubidium@openttd.org>
date Tue, 30 Sep 2008 20:39:50 +0000
parents 90ab27a08510
children 399a56984e58
line wrap: on
line diff
--- a/src/engine_func.h
+++ b/src/engine_func.h
@@ -25,7 +25,7 @@
 void LoadCustomEngineNames();
 void DeleteCustomEngineNames();
 
-bool IsEngineBuildable(EngineID engine, VehicleType type, PlayerID player);
+bool IsEngineBuildable(EngineID engine, VehicleType type, CompanyID company);
 CargoID GetEngineCargoType(EngineID engine);
 void SetCachedEngineCounts();