Browse Source

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

Co-authored-by: [email protected]
pull/2301/head
frisasky1 6 years ago
committed by Daniel Gibbs
parent
commit
ba96836f5c
  1. 2
      lgsm/functions/command_debug.sh

2
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

Loading…
Cancel
Save