(svn r10314) -Codechange: Refer to vehicle names by index

This commit is contained in:
peter1138
2007-06-24 22:42:11 +00:00
parent ce91598e3c
commit fc7418d19d
13 changed files with 43 additions and 36 deletions

View File

@@ -73,8 +73,7 @@ static void DrawTimetableWindow(Window *w)
DisableWindowWidget(w, 8);
}
SetDParam(0, v->string_id);
SetDParam(1, v->unitnumber);
SetDParam(0, v->index);
DrawWindowWidgets(w);
int y = 15;