forked from mirror/OpenTTD
Codechange: [Emscripten] remove "relative_mode" parameter from -vsdl as it doesn't exist (#11249)
This commit is contained in:
@@ -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") {
|
||||||
|
Reference in New Issue
Block a user