Update doom_ml.html

master
zmv7 2020-10-20 10:35:56 +05:00 committed by GitHub
parent e8ba0f4a6d
commit 3123e672c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
});
});