소스 검색

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

Co-authored-by: digimoncn@gmail.com
frisasky1 7 년 전
부모
커밋
ba96836f5c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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