From 3123e672c2a9400a26e169fc56b2548eb33874d9 Mon Sep 17 00:00:00 2001 From: zmv7 <72821250+zmv7@users.noreply.github.com> Date: Tue, 20 Oct 2020 10:35:56 +0500 Subject: [PATCH] Update doom_ml.html --- doom_ml.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom_ml.html b/doom_ml.html index b806ccb..c6172b4 100644 --- a/doom_ml.html +++ b/doom_ml.html @@ -25,7 +25,7 @@ autolock: true, }).ready(function (fs, main) { fs.extract("https://dl.dropbox.com/s/gx2le4fz8xzrr5a/DOOM_ML.zip").then(function () { - main(["-c", "cd doom2\ml", "-c", "doomit"]).then(function (ci) { + main(["-c", "cd doom2", "-c", "cd ml", "-c", "doomit"]).then(function (ci) { window.ci = ci; }); });