src/depot_gui.cpp
changeset 9826 f44c82f8f26e
parent 9782 f89be25a12ae
child 9921 4dfac3c48507
equal deleted inserted replaced
9825:885c1aeb56a9 9826:f44c82f8f26e
   886 			}
   886 			}
   887 
   887 
   888 			/* Show tooltip window */
   888 			/* Show tooltip window */
   889 			uint64 args[2];
   889 			uint64 args[2];
   890 			args[0] = (whole_chain ? num : v->engine_type);
   890 			args[0] = (whole_chain ? num : v->engine_type);
   891 			args[1] = (uint64)details;
   891 			args[1] = (uint64)(size_t)details;
   892 			GuiShowTooltips(whole_chain ? STR_DEPOT_VEHICLE_TOOLTIP_CHAIN : STR_DEPOT_VEHICLE_TOOLTIP, 2, args);
   892 			GuiShowTooltips(whole_chain ? STR_DEPOT_VEHICLE_TOOLTIP_CHAIN : STR_DEPOT_VEHICLE_TOOLTIP, 2, args);
   893 		} else {
   893 		} else {
   894 			/* Show tooltip help */
   894 			/* Show tooltip help */
   895 			StringID tooltip = INVALID_STRING_ID;
   895 			StringID tooltip = INVALID_STRING_ID;
   896 			switch (this->type) {
   896 			switch (this->type) {