Properly set DisableVideo to true

This commit is contained in:
Chris Robinson
2019-06-30 20:43:19 -07:00
parent 7affe3d78d
commit 0aeaf06173
+1 -1
View File
@@ -1861,7 +1861,7 @@ int main(int argc, char *argv[])
}
}
else if(strcmp(argv[fileidx], "-novideo") == 0)
DisableVideo = false;
DisableVideo = true;
else
break;
}