summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 7df30de..c8fd70c 100644
--- a/config.h
+++ b/config.h
@@ -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);
};