mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
remove some incorrect comments
This commit is contained in:
parent
00b3083a57
commit
132bd4ac8d
1 changed files with 2 additions and 2 deletions
|
@ -217,10 +217,10 @@ DecodeArgs (int argc, char **argv)
|
|||
options.traditional = true;
|
||||
options.code.progsversion = PROG_ID_VERSION;
|
||||
break;
|
||||
case 'c': // traditional
|
||||
case 'c':
|
||||
options.compile = true;
|
||||
break;
|
||||
case 'r': // traditional
|
||||
case 'r':
|
||||
options.partial_link = true;
|
||||
break;
|
||||
case 'C':{ // code options
|
||||
|
|
Loading…
Reference in a new issue