(svn r3291) - Codechange, Autoreplace: Replace int with EngineID and -1 with INVALID_ENGINE, as appropriate.

This commit is contained in:
2005-12-13 09:57:07 +00:00
parent 07c3abfe92
commit 04f39ef749
2 changed files with 25 additions and 25 deletions

View File

@@ -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));