From 5a2bbe2e13a02167643c93fd1840f068ce5f72f2 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 28 Mar 2011 23:39:48 +0000 Subject: Add vim modeline for text wrapping to documentation text files. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2315 --- BUGS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BUGS') diff --git a/BUGS b/BUGS index ee6bf09a..a04b5d63 100644 --- a/BUGS +++ b/BUGS @@ -11,3 +11,5 @@ An example of this can be seen in Ledmeister's "Blackbug" demo which shows a bug that relies on the memory layout of the Doom executable. +# vim: tw=70 + -- cgit v1.2.3 From 0268c882d96942175f1c6028c636dddce8af593f Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 28 Mar 2011 23:48:31 +0000 Subject: Remove the BUGS file as it doesn't really contain any useful information. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2316 --- BUGS | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 BUGS (limited to 'BUGS') diff --git a/BUGS b/BUGS deleted file mode 100644 index a04b5d63..00000000 --- a/BUGS +++ /dev/null @@ -1,15 +0,0 @@ - -* Sound may not set volumes correctly. - - It is possible that volume of sound effects does not scale properly - with distance from the sound source. It is also possible that sound - effects are cut off at the wrong distance. This needs further - investigation. - -* A small number of Doom bugs are almost impossible to emulate. - - An example of this can be seen in Ledmeister's "Blackbug" demo which - shows a bug that relies on the memory layout of the Doom executable. - -# vim: tw=70 - -- cgit v1.2.3