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