mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-24 21:22:00 +00:00
fix typo in comment
This commit is contained in:
parent
696bd8c8ab
commit
92ad3e99dc
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ The "cd path" is the path to an alternate hierarchy that will be searched if a f
|
||||||
is not located in the base path. A user can do a partial install that copies some
|
is not located in the base path. A user can do a partial install that copies some
|
||||||
data to a base path created on their hard drive and leave the rest on the cd. Files
|
data to a base path created on their hard drive and leave the rest on the cd. Files
|
||||||
are never writen to the cd path. It defaults to a value set by the installer, like
|
are never writen to the cd path. It defaults to a value set by the installer, like
|
||||||
"e:\quake3", but it can be overridden with "+set ds_cdpath g:\quake3".
|
"e:\quake3", but it can be overridden with "+set fs_cdpath g:\quake3".
|
||||||
|
|
||||||
If a user runs the game directly from a CD, the base path would be on the CD. This
|
If a user runs the game directly from a CD, the base path would be on the CD. This
|
||||||
should still function correctly, but all file writes will fail (harmlessly).
|
should still function correctly, but all file writes will fail (harmlessly).
|
||||||
|
|
Loading…
Reference in a new issue