Merge branch 'dev' into hidpi-icons

This commit is contained in:
Hombre
2018-12-13 00:52:07 +01:00
57 changed files with 1929 additions and 1418 deletions

View File

@@ -588,7 +588,7 @@ int main (int argc, char **argv)
bool Console = true;
for (int i = 1; i < argc; i++)
if (!strcmp (argv[i], "-w")) {
if (!strcmp (argv[i], "-w") || !strcmp (argv[i], "-R")) {
Console = false;
break;
}