src/aircraft_gui.cpp
branchgamebalance
changeset 9911 0b8b245a2391
parent 9908 0fa543611bbe
equal deleted inserted replaced
9910:0b2aebc8283e 9911:0b8b245a2391
   391 {
   391 {
   392 	Window *w = AllocateWindowDescFront(&_aircraft_view_desc, v->index);
   392 	Window *w = AllocateWindowDescFront(&_aircraft_view_desc, v->index);
   393 
   393 
   394 	if (w != NULL) {
   394 	if (w != NULL) {
   395 		w->caption_color = v->owner;
   395 		w->caption_color = v->owner;
   396 		AssignWindowViewport(w, 3, 17, 0xE2, 0x54, w->window_number | (1 << 31), 0);
   396 		AssignWindowViewport(w, 3, 17, 0xE2, 0x54, w->window_number | (1 << 31), ZOOM_LVL_AIRCRAFT);
   397 	}
   397 	}
   398 }
   398 }