Codechange: [Emscripten] remove "relative_mode" parameter from -vsdl as it doesn't exist (#11249)

This commit is contained in:
Patric Stout 2023-08-31 12:04:22 +02:00 committed by GitHub
parent 502414b567
commit 75d3dc0a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Module.arguments.push('-mnull', '-snull', '-vsdl:relative_mode');
Module.arguments.push('-mnull', '-snull', '-vsdl');
Module['websocket'] = { url: function(host, port, proto) {
/* openttd.org hosts a WebSocket proxy for the content service. */
if (host == "content.openttd.org" && port == 3978 && proto == "tcp") {