mirror of https://github.com/OpenTTD/OpenTTD
Codechange: [Emscripten] remove "relative_mode" parameter from -vsdl as it doesn't exist (#11249)
parent
502414b567
commit
75d3dc0a19
|
@ -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) {
|
Module['websocket'] = { url: function(host, port, proto) {
|
||||||
/* openttd.org hosts a WebSocket proxy for the content service. */
|
/* openttd.org hosts a WebSocket proxy for the content service. */
|
||||||
if (host == "content.openttd.org" && port == 3978 && proto == "tcp") {
|
if (host == "content.openttd.org" && port == 3978 && proto == "tcp") {
|
||||||
|
|
Loading…
Reference in New Issue