From ba96836f5c7610a2fad8cf6ec821cea405feeac7 Mon Sep 17 00:00:00 2001 From: frisasky1 <49201678+frisasky1@users.noreply.github.com> Date: Tue, 23 Apr 2019 05:04:49 +0800 Subject: [PATCH] feat(debug): add debug option for quake engine ( id tech 1) (#2293) Co-authored-by: digimoncn@gmail.com --- lgsm/functions/command_debug.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lgsm/functions/command_debug.sh b/lgsm/functions/command_debug.sh index 40b527b10..7664ff8be 100644 --- a/lgsm/functions/command_debug.sh +++ b/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