From 04f39ef749fa6cec63f4062bbf08d478eef3ccf3 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Tue, 13 Dec 2005 09:57:07 +0000 Subject: (svn r3291) - Codechange, Autoreplace: Replace int with EngineID and -1 with INVALID_ENGINE, as appropriate. --- window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'window.h') diff --git a/window.h b/window.h index bffaf0d6e..e7f3f6449 100644 --- a/window.h +++ b/window.h @@ -353,7 +353,7 @@ assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(buildtrain_d)); typedef struct { byte vehicletype; byte sel_index[2]; - int16 sel_engine[2]; + EngineID sel_engine[2]; uint16 count[2]; } replaceveh_d; assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(replaceveh_d)); -- cgit v1.2.3-54-g00ecf