Hide the -E parameter as it is not implemented yet

This commit is contained in:
David Hrdlička
2022-04-20 01:02:21 +02:00
parent 60d70da4b9
commit 11a1cd4d87

View File

@@ -448,6 +448,8 @@ usage:
printf("-C or --config path - set 'path' to be config file\n");
#ifdef _WIN32
printf("-D or --debug - force debug output logging\n");
#endif
#if 0
printf("-E or --nographic - forces the old behavior\n");
#endif
printf("-F or --fullscreen - start in fullscreen mode\n");