mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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 files_dat; // generate files.dat
|
||||
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 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
|
||||
int strip_path; // number of leading path elements to strip
|
||||
// from source file names
|
||||
|
|
Loading…
Reference in a new issue