Home
last modified time | relevance | path

Searched refs:dlg_sky_index (Results 1 – 1 of 1) sorted by relevance

/dports/games/crrcsim/crrcsim-0.9.13/src/GUI/
H A Dcrrc_location.cpp242 void CGUILocationDialog::updateLocationInfo(int dlg_sky_index) in updateLocationInfo() argument
307 if(dlg_sky_index == -1)//if not valide index, update combo box in updateLocationInfo()
317 dlg_sky_index = sky_variant ; in updateLocationInfo()
338 if (dlg_sky_index < 0) dlg_sky_index = 0; in updateLocationInfo()
339 if ((int)sky_previews.size() >= (dlg_sky_index+1)) in updateLocationInfo()
340 filename = sky_previews[dlg_sky_index];//specific preview of sky variant in updateLocationInfo()