mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
utils: mdldec: handle unknown options.
This commit is contained in:
committed by
Alibek Omarov
parent
779adcd838
commit
f4d98c056e
@@ -550,6 +550,7 @@ int main( int argc, char *argv[] )
|
||||
case 'u': globalsettings |= SETTINGS_UVSHIFTING; break;
|
||||
case 'V': globalsettings |= SETTINGS_NOVALIDATION; break;
|
||||
case 'h':
|
||||
case '?':
|
||||
globalsettings = 0;
|
||||
ShowVersion();
|
||||
ShowHelp( argv[0] );
|
||||
|
||||
Reference in New Issue
Block a user