updated documentation

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@419 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2011-02-17 06:56:28 +00:00
parent 3f8f259567
commit 3e3a563c36
3 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -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

View File

@ -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