Changeset 26402
- Timestamp:
- 02/21/14 21:06:55 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/infobar.h
r26401 r26402 10 10 struct skin* infobar2 = getscreen("infobar2"); 11 11 struct skin* infobar = infobar1; 12 struct skin* infobarm = infobar1; 12 13 struct skin* standbymenu = NULL; 13 14 char* tmpstr = NULL; char* tmpnr = NULL; … … 768 769 { 769 770 clearscreen(infobar); 771 if(infobarm != infobar) { 772 infobar = infobarm; 773 clearscreen(infobar); 774 } 770 775 status.infobar = 0; 771 776 drawscreen(skin, 0, 0);
Note: See TracChangeset
for help on using the changeset viewer.