summaryrefslogtreecommitdiff
path: root/engine.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-27 21:18:03 +0000
committertron <tron@openttd.org>2005-01-27 21:18:03 +0000
commitdba55a574210406109408d2069c41cc783f9a519 (patch)
tree1b0995dede73063087b7c888a7149b0ea4eace31 /engine.h
parent72b9358291c9717b596c34a9dac34a9a20a57853 (diff)
downloadopenttd-dba55a574210406109408d2069c41cc783f9a519.tar.xz
(svn r1701) Style police ^^
Diffstat (limited to 'engine.h')
-rw-r--r--engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine.h b/engine.h
index 52fa3a583..9976f57c4 100644
--- a/engine.h
+++ b/engine.h
@@ -133,7 +133,7 @@ void AcceptEnginePreview(Engine *e, int player);
void LoadCustomEngineNames(void);
void DeleteCustomEngineNames(void);
-bool IsEngineBuildable(int engine, byte type);
+bool IsEngineBuildable(uint engine, byte type);
enum {
NUM_NORMAL_RAIL_ENGINES = 54,