From e9e3a88abd1d0959cdab8a0143faff710428e305 Mon Sep 17 00:00:00 2001 From: d10sfan Date: Thu, 9 Nov 2023 14:14:27 -0600 Subject: [PATCH] crispy-doom - Fix hexen --- engines/crispy-doom/assets/run-crispy-hexen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/crispy-doom/assets/run-crispy-hexen.sh b/engines/crispy-doom/assets/run-crispy-hexen.sh index 06b6d7bab..c8d5c3cbe 100755 --- a/engines/crispy-doom/assets/run-crispy-hexen.sh +++ b/engines/crispy-doom/assets/run-crispy-hexen.sh @@ -32,4 +32,4 @@ do done echo "Launching with, ${new_args[@]}" -"$DIR/crispy-heretic" "${new_args[@]}" -config "$DIR/hexen.cfg" -extraconfig "$DIR/crispy-hexen.cfg" +"$DIR/crispy-hexen" "${new_args[@]}" -config "$DIR/hexen.cfg" -extraconfig "$DIR/crispy-hexen.cfg"