update docs for SV_TouchLinks change

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1486 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Eric Wasylishen 2017-08-28 08:28:24 +00:00
parent 7284d3d6f3
commit 29a00128e1
3 changed files with 5 additions and 0 deletions

View file

@ -179,6 +179,7 @@ these patched libSDL binaries may help.
<item> Fix memory corruption in PF_lightstyle with out of bounds lightstyles.
<item> Fix crash in BoundPoly with polygons extending beyond +/-9999.
<item> Fix QS window to stay on the current monitor when changing video modes (SDL2 only).
<item> Fix possible freeze in SV_TouchLinks regardless of what QC does in the touch function.
<item> Support for Open Watcom compiler.
<item> Update the third-party libraries.
</itemize>

View file

@ -273,6 +273,7 @@ these patched libSDL binaries may help.
<LI> Fix memory corruption in PF_lightstyle with out of bounds lightstyles.</LI>
<LI> Fix crash in BoundPoly with polygons extending beyond +/-9999.</LI>
<LI> Fix QS window to stay on the current monitor when changing video modes (SDL2 only).</LI>
<LI> Fix possible freeze in SV_TouchLinks regardless of what QC does in the touch function.</LI>
<LI> Support for Open Watcom compiler.</LI>
<LI> Update the third-party libraries.</LI>
</UL>

View file

@ -351,6 +351,9 @@
o Fix QS window to stay on the current monitor when changing video
modes (SDL2 only).
o Fix possible freeze in SV_TouchLinks regardless of what QC does in
the touch function.
o Support for Open Watcom compiler.
o Update the third-party libraries.