diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,6 +60,7 @@ public: int numKeyMode; int blueKeyMode; int intelligentSwitch; + int useSubtitleRerun; int rerunAmount; int rerunDistance; int rerunMaxChannel; @@ -83,7 +84,6 @@ public: int favLimitChannels; int favStartChannel; int favStopChannel; - int useSubtitleRerun; int switchMinsBefore; bool SetupParse(const char *Name, const char *Value); }; |