From 3ca6f16b94b6eefa27b6f8cefd77310c7122a308 Mon Sep 17 00:00:00 2001 From: sezero Date: Thu, 17 Feb 2011 10:20:26 +0000 Subject: [PATCH] updated documentation (again..) git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@421 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 dd400938..e69c9fc5 100644 --- a/README.html +++ b/README.html @@ -132,6 +132,7 @@ Compile time options include
  • Restore the "screen size" menu item
  • Fixed an erroneous protocol check in the server code
  • Raised the default zone memory size to 384 kb
  • +
  • Raised the default max_edicts from 1024 to 2048
  • 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 5e7c76c0..75bce77b 100644 --- a/README.sgml +++ b/README.sgml @@ -80,6 +80,7 @@ Compile time options include Restore the "screen size" menu item Fixed an erroneous protocol check in the server code Raised the default zone memory size to 384 kb + Raised the default max_edicts from 1024 to 2048 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 b9f65c01..a3504204 100644 --- a/README.txt +++ b/README.txt @@ -138,6 +138,8 @@ o Raised the default zone memory size to 384 kb + o Raised the default max_edicts from 1024 to 2048 + o Revised lit file loading, the lit file must be from the same game directory as the map itself