From 3e3a563c36a96535a5e3c83250fada88792790ad Mon Sep 17 00:00:00 2001 From: sezero Date: Thu, 17 Feb 2011 06:56:28 +0000 Subject: [PATCH] updated documentation git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@419 af15c1b1-3010-417e-b628-4374ebc0bcbd --- README.html | 1 + README.sgml | 1 + README.txt | 2 ++ 3 files changed, 4 insertions(+) diff --git a/README.html b/README.html index 9fb2b7b5..dd400938 100644 --- a/README.html +++ b/README.html @@ -131,6 +131,7 @@ Compile time options include
  • Fix the "unalias" console command
  • Restore the "screen size" menu item
  • Fixed an erroneous protocol check in the server code
  • +
  • Raised the default zone memory size to 384 kb
  • Revised lit file loading, the lit file must be from the same game directory as the map itself
  • Fixed rest of the compiler warnings
  • Other minor sound and cdaudio updates
  • diff --git a/README.sgml b/README.sgml index 477bbe4e..5e7c76c0 100644 --- a/README.sgml +++ b/README.sgml @@ -79,6 +79,7 @@ Compile time options include Fix the "unalias" console command Restore the "screen size" menu item Fixed an erroneous protocol check in the server code + Raised the default zone memory size to 384 kb Revised lit file loading, the lit file must be from the same game directory as the map itself Fixed rest of the compiler warnings Other minor sound and cdaudio updates diff --git a/README.txt b/README.txt index 0c2ec98b..b9f65c01 100644 --- a/README.txt +++ b/README.txt @@ -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