Changeset 26514


Ignore:
Timestamp:
02/27/14 13:15:04 (9 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r26498 r26514  
    624624       
    625625#ifndef SIMULATE
    626         if(getconfigint("sos", NULL) == 0)
     626        if(getconfigint("sos", NULL) == 0 && checkbox("ATEMIO5000") != 1 && checkbox("VUSOLO2") != 1)
    627627        {
    628628                if(ostrcmp(string_newline(gettimeinfo()), TIMECODE) == 1)
     
    708708        openfont(getskinconfig("fontfile5", NULL));
    709709
    710         //if(checkbox("ATEMIO5000") != 1)
     710        //if(checkbox("f") != 1)
    711711        setvol(getconfigint("vol", NULL));
    712712       
Note: See TracChangeset for help on using the changeset viewer.