disable epilepsy warning by default

This commit is contained in:
yugecin 2016-11-20 13:32:12 +01:00
parent 319b40dfdb
commit 3ddda20b64

View File

@ -516,7 +516,7 @@ public class Options {
return String.valueOf(val * 100);
}
},
EPILEPSY_WARNING ("Epilepsy warning image", "EpiWarn", "Show a little warning for flashing colours in the beginning", 20, 0, 20) {
EPILEPSY_WARNING ("Epilepsy warning image", "EpiWarn", "Show a little warning for flashing colours in the beginning", 0, 0, 20) {
@Override
public String getValueString() {
if (val == 0) {