src/music_gui.cpp
changeset 9273 35e0224ea8f1
parent 9161 fda175383e87
child 9284 e2987a51f382
equal deleted inserted replaced
9272:e64b518a7b54 9273:35e0224ea8f1
   202 		int y;
   202 		int y;
   203 
   203 
   204 		w->SetWidgetDisabledState(11, msf.playlist <= 3);
   204 		w->SetWidgetDisabledState(11, msf.playlist <= 3);
   205 		w->LowerWidget(3);
   205 		w->LowerWidget(3);
   206 		w->LowerWidget(4);
   206 		w->LowerWidget(4);
   207 		DrawWindowWidgets(w);
   207 		w->DrawWidgets();
   208 
   208 
   209 		GfxFillRect(3, 23, 3 + 177, 23 + 191, 0);
   209 		GfxFillRect(3, 23, 3 + 177, 23 + 191, 0);
   210 		GfxFillRect(251, 23, 251 + 177, 23 + 191, 0);
   210 		GfxFillRect(251, 23, 251 + 177, 23 + 191, 0);
   211 
   211 
   212 		DrawStringCentered(92, 15, STR_01EE_TRACK_INDEX, TC_FROMSTRING);
   212 		DrawStringCentered(92, 15, STR_01EE_TRACK_INDEX, TC_FROMSTRING);
   344 		uint i;
   344 		uint i;
   345 		StringID str;
   345 		StringID str;
   346 
   346 
   347 		w->RaiseWidget(7);
   347 		w->RaiseWidget(7);
   348 		w->RaiseWidget(9);
   348 		w->RaiseWidget(9);
   349 		DrawWindowWidgets(w);
   349 		w->DrawWidgets();
   350 
   350 
   351 		GfxFillRect(187, 16, 200, 33, 0);
   351 		GfxFillRect(187, 16, 200, 33, 0);
   352 
   352 
   353 		for (i = 0; i != 8; i++) {
   353 		for (i = 0; i != 8; i++) {
   354 			int color = 0xD0;
   354 			int color = 0xD0;