Changeset 25401


Ignore:
Timestamp:
12/26/13 21:22:45 (10 years ago)
Author:
obi
Message:

fix

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/defaults.h

    r24493 r25401  
    7979        addconfigdef("playerbuffersize", "1048576");
    8080        addconfigdef("playerbufferseektime", "3");
     81        addconfigdef("playerstart", "30");
     82        addconfigdef("playerstop", "70");
    8183       
    8284        status.expertmodus = getconfigint("expertmodus", NULL);
  • titan/titan/global.h

    r25392 r25401  
    1313                vol = ostrcat(getconfig("vol_playerstart", NULL), NULL, 0, 0);
    1414                if(vol == NULL)
    15                         vol = ostrcat("40", NULL, 0, 0);
     15                        vol = ostrcat("30", NULL, 0, 0);
    1616        }
    1717        else
Note: See TracChangeset for help on using the changeset viewer.