1
0
Fork 0

(svn r7317) -Fix: (r7299) warning: unused variable num_engines (peter1138)

release/0.5
KUDr 2006-12-01 08:23:15 +00:00
parent 53f8810b86
commit b450652dbe
1 changed files with 0 additions and 1 deletions

View File

@ -422,7 +422,6 @@ static void GenerateBuildList(Window *w)
static void DrawTrainBuildWindow(Window *w)
{
const buildvehicle_d *bv = &WP(w, buildvehicle_d);
int num_engines = EngList_Count(&bv->eng_list);
int x = 1;
int y = 27;
EngineID selected_id = bv->sel_engine;