mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-01 17:12:15 +00:00
fix a couple of typoes
This commit is contained in:
parent
ff28197da6
commit
8f097ce3dd
1 changed files with 2 additions and 2 deletions
|
@ -73,10 +73,10 @@ typedef struct {
|
||||||
qboolean save_temps; // save temporary files
|
qboolean save_temps; // save temporary files
|
||||||
qboolean files_dat; // generate files.dat
|
qboolean files_dat; // generate files.dat
|
||||||
qboolean traditional; // behave more like qcc
|
qboolean traditional; // behave more like qcc
|
||||||
qboolean advanced; // behold the power of Raumoko
|
qboolean advanced; // behold the power of Ruamoko
|
||||||
qboolean compile; // serparate compilation mode
|
qboolean compile; // serparate compilation mode
|
||||||
qboolean partial_link; // partial linking
|
qboolean partial_link; // partial linking
|
||||||
qboolean preprocess_only;// only run cpp, don't ocmpile
|
qboolean preprocess_only;// only run cpp, don't compile
|
||||||
qboolean gzip; // compress qfo files when writing
|
qboolean gzip; // compress qfo files when writing
|
||||||
int strip_path; // number of leading path elements to strip
|
int strip_path; // number of leading path elements to strip
|
||||||
// from source file names
|
// from source file names
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue