Changeset 32111
- Timestamp:
- 01/05/15 18:38:46 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/adjust.h
r32110 r32111 416 416 addconfigscreen("playerbufferseektime", playerbufferseektime); 417 417 418 addconfigscreen("community_user", MDString(community_user->ret)); 419 addconfigscreen("community_pass", MDString(community_pass->ret)); 420 418 addconfigscreen("community_user", community_user); 419 addconfigscreen("community_pass", community_pass); 420 421 changeret(community_user,MDString(community_user->ret)); 422 changeret(community_pass,MDString(community_pass->ret)); 423 421 424 writeallconfig(1); 422 425 break;
Note: See TracChangeset
for help on using the changeset viewer.