Default image for the turbo button type.

This fixes the widescreen theme.
This commit is contained in:
fendrin 2013-04-30 18:02:40 +02:00
parent 04b42cba37
commit e49cc1f458

View file

@ -56,6 +56,9 @@ button::button(CVideo& video, const std::string& label, button::TYPE type,
case TYPE_PRESS:
button_image_name_ = "buttons/button";
break;
case TYPE_TURBO:
button_image_name_ = "buttons/lite";
break;
case TYPE_CHECK:
button_image_name_ = "buttons/checkbox";
break;