mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 22:28:56 +00:00
Codechange: [Emscripten] remove "relative_mode" parameter from -vsdl as it doesn't exist (#11249)
This commit is contained in:
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) {
|
||||
/* openttd.org hosts a WebSocket proxy for the content service. */
|
||||
if (host == "content.openttd.org" && port == 3978 && proto == "tcp") {
|
||||
|
Loading…
Reference in New Issue
Block a user