vehicle_gui.c
changeset 1246 eb66ff34348f
parent 1191 dc46f04aab3a
child 1279 bc761aad52b3
equal deleted inserted replaced
1245:3822f77cbc53 1246:eb66ff34348f
  1009 	}
  1009 	}
  1010 	w->caption_color = _local_player;
  1010 	w->caption_color = _local_player;
  1011 	WP(w,replaceveh_d).vehicletype = vehicletype;
  1011 	WP(w,replaceveh_d).vehicletype = vehicletype;
  1012 	w->vscroll2.cap = w->vscroll.cap;   // these two are always the same
  1012 	w->vscroll2.cap = w->vscroll.cap;   // these two are always the same
  1013 }
  1013 }
       
  1014 
       
  1015 void InitializeGUI(void)
       
  1016 {
       
  1017 	memset(&_sorting, 0, sizeof(_sorting));
       
  1018 }