shithub: choc

Download patch

ref: d9fa2c3a16691f197bd77803742b792bd29f673a
parent: 7a140df7c041e1ee627bac432a345bdc3c4f6308
author: Simon Howard <fraggle@soulsphere.org>
date: Thu Nov 24 19:18:34 EST 2016

PHILOSOPHY: format command-line args as code.

--- a/PHILOSOPHY.md
+++ b/PHILOSOPHY.md
@@ -71,7 +71,7 @@
 
  * The novert setting, which reproduces the functionality of
    novert.exe.
- * The -deh parameter, which loads Dehacked patches like dehacked.exe
+ * The `-deh` parameter, which loads Dehacked patches like dehacked.exe
    does under DOS. Chocolate Doom imposes the same limitations that
    Vanilla Dehacked does.
 
@@ -148,9 +148,9 @@
 
     - The startup messages in Chocolate Doom are not identical to
       Vanilla Doom and are not necessarily in the same order.
-    - Vanilla Doom has command line options named -comdev, -shdev and
-      -regdev used by id internally for development; these have been
-      removed.
+    - Vanilla Doom has command line options named `-comdev`, `-shdev`
+      and `-regdev` used by id internally for development; these have
+      been removed.
 
  8. Expansions to the vanilla demo formats are allowed, to make
     recording and playback of vanilla gameplay more convenient, with
@@ -159,7 +159,7 @@
     - Such expansions are not supported in WAD files (they are not
       an editing feature for WAD authors to use).
     - Support for these features can be completely disabled using the
-      -strictdemos command line argument.
+      `-strictdemos` command line argument.
     - A warning is shown to the user on the console (stdout) when a
       demo using one of these features is recorded or played back.