Procházet zdrojové kódy

feat(debug): add debug option for quake engine ( id tech 1) (#2293)

Co-authored-by: digimoncn@gmail.com
frisasky1 před 7 roky
rodič
revize
ba96836f5c
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      lgsm/functions/command_debug.sh

+ 2 - 0
lgsm/functions/command_debug.sh

@@ -104,6 +104,8 @@ elif [ "${engine}" == "realvirtuality" ]; then
 	# be escaped for regular (tmux) loading, but need to be
 	# stripped when loading straight from the console.
 	${executable} ${parms//\\;/;}
+elif [ "${engine}" == "quake" ]; then
+    ${executable} ${parms} -condebug
 else
 	${executable} ${parms}
 fi