README punctuation patch from Sander van Dijk

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@412 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2011-02-12 22:20:09 +00:00
parent dbb81ef781
commit d9ef4a1262
3 changed files with 4 additions and 4 deletions

View file

@ -88,7 +88,7 @@ It includes 64bit CPU cupport, a new sound driver, several networking fixes, and
<P>Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files. <P>Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files.
<UL> <UL>
<LI>Tracks should be named "track02.ogg, track03.ogg" ... (for example. there is no track01), and placed into "Quake/id1/music".</LI> <LI>Tracks should be named like "track02.ogg", "track03.ogg" ... (there is no track01) and placed into "Quake/id1/music".</LI>
<LI>Unix users may need some extra libraries installed: libmad for MP3 and libogg and libvorbis for OGG.</LI> <LI>Unix users may need some extra libraries installed: libmad for MP3 and libogg and libvorbis for OGG.</LI>
<LI>Use the "-nomusic" option to disable this feature.</LI> <LI>Use the "-nomusic" option to disable this feature.</LI>
</UL> </UL>

View file

@ -46,7 +46,7 @@ It includes 64bit CPU cupport, a new sound driver, several networking fixes, and
<sect1>Music Playback<p> <sect1>Music Playback<p>
Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files. Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music files.
<itemize> <itemize>
<item>Tracks should be named "track02.ogg, track03.ogg" ... (for example. there is no track01), and placed into "Quake/id1/music". <item>Tracks should be named like "track02.ogg", "track03.ogg" ... (there is no track01) and placed into "Quake/id1/music".
<item>Unix users may need some extra libraries installed: libmad for MP3 and libogg and libvorbis for OGG. <item>Unix users may need some extra libraries installed: libmad for MP3 and libogg and libvorbis for OGG.
<item>Use the "-nomusic" option to disable this feature. <item>Use the "-nomusic" option to disable this feature.
</itemize> </itemize>

View file

@ -80,8 +80,8 @@
Since version 0.85.4, Quakespasm can play back external MP3, OGG and Since version 0.85.4, Quakespasm can play back external MP3, OGG and
Wave music files. Wave music files.
o Tracks should be named "track02.ogg, track03.ogg" ... (for example. o Tracks should be named like "track02.ogg", "track03.ogg" ... (there
there is no track01), and placed into "Quake/id1/music". is no track01) and placed into "Quake/id1/music".
o Unix users may need some extra libraries installed: libmad for MP3 o Unix users may need some extra libraries installed: libmad for MP3
and libogg and libvorbis for OGG. and libogg and libvorbis for OGG.