Przeglądaj źródła

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

Co-authored-by: digimoncn@gmail.com
frisasky1 7 lat temu
rodzic
commit
ba96836f5c
1 zmienionych plików z 2 dodań i 0 usunięć
  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