forked from mirror/OpenTTD
(svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, plus some related changes (mostly casts)
This commit is contained in:
@@ -351,7 +351,7 @@ static void NewShipWndProc(Window *w, WindowEvent *e)
|
||||
int y = 15;
|
||||
int sel = WP(w,buildtrain_d).sel_index;
|
||||
int pos = w->vscroll.pos;
|
||||
int engine_id = SHIP_ENGINES_INDEX;
|
||||
EngineID engine_id = SHIP_ENGINES_INDEX;
|
||||
int selected_id = -1;
|
||||
|
||||
do {
|
||||
|
Reference in New Issue
Block a user