merge with dev

This commit is contained in:
Desmis
2018-12-19 15:16:18 +01:00
122 changed files with 1277 additions and 8235 deletions

View File

@@ -537,7 +537,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;
}