mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
updated documentation
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@419 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
dbaa22dd78
commit
3d93dc18fc
3 changed files with 4 additions and 0 deletions
|
@ -131,6 +131,7 @@ Compile time options include
|
|||
<LI> Fix the "unalias" console command</LI>
|
||||
<LI> Restore the "screen size" menu item</LI>
|
||||
<LI> Fixed an erroneous protocol check in the server code</LI>
|
||||
<LI> Raised the default zone memory size to 384 kb</LI>
|
||||
<LI> Revised lit file loading, the lit file must be from the same game directory as the map itself</LI>
|
||||
<LI> Fixed rest of the compiler warnings</LI>
|
||||
<LI> Other minor sound and cdaudio updates</LI>
|
||||
|
|
|
@ -79,6 +79,7 @@ Compile time options include
|
|||
<item> Fix the "unalias" console command
|
||||
<item> Restore the "screen size" menu item
|
||||
<item> Fixed an erroneous protocol check in the server code
|
||||
<item> Raised the default zone memory size to 384 kb
|
||||
<item> Revised lit file loading, the lit file must be from the same game directory as the map itself
|
||||
<item> Fixed rest of the compiler warnings
|
||||
<item> Other minor sound and cdaudio updates
|
||||
|
|
|
@ -136,6 +136,8 @@
|
|||
|
||||
o Fixed an erroneous protocol check in the server code
|
||||
|
||||
o Raised the default zone memory size to 384 kb
|
||||
|
||||
o Revised lit file loading, the lit file must be from the same game
|
||||
directory as the map itself
|
||||
|
||||
|
|
Loading…
Reference in a new issue