Changeset 26514
- Timestamp:
- 02/27/14 13:15:04 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/titan.c
r26498 r26514 624 624 625 625 #ifndef SIMULATE 626 if(getconfigint("sos", NULL) == 0 )626 if(getconfigint("sos", NULL) == 0 && checkbox("ATEMIO5000") != 1 && checkbox("VUSOLO2") != 1) 627 627 { 628 628 if(ostrcmp(string_newline(gettimeinfo()), TIMECODE) == 1) … … 708 708 openfont(getskinconfig("fontfile5", NULL)); 709 709 710 //if(checkbox(" ATEMIO5000") != 1)710 //if(checkbox("f") != 1) 711 711 setvol(getconfigint("vol", NULL)); 712 712
Note: See TracChangeset
for help on using the changeset viewer.