Changeset 32305
- Timestamp:
- 01/11/15 03:06:28 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/infobar.h
r32304 r32305 8 8 struct skin* playinfobarpic = getscreen("playinfobarpic"); 9 9 10 char* infobar_sel = getskinconfig("infobar 2_selection", NULL);10 char* infobar_sel = getskinconfig("infobar_selection", NULL); 11 11 char* infobar2_sel = getskinconfig("infobar2_selection", NULL); 12 12 if(infobar_sel == NULL) ostrcat(infobar_sel, "infobar", 0, 0); // fallback to default … … 20 20 struct skin* infobarm = infobar1; 21 21 22 free(infobar_sel); infobar_sel=NULL;free(infobar2_sel); infobar2_sel=NULL;22 //free(infobar_sel); infobar_sel=NULL;free(infobar2_sel); infobar2_sel=NULL; 23 23 24 24 struct skin* standbymenu = NULL;
Note: See TracChangeset
for help on using the changeset viewer.