GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added ForwardPorts config option
[d2df-sdl.git]
/
src
/
game
/
g_net.pas
diff --git
a/src/game/g_net.pas
b/src/game/g_net.pas
index 4e2ed9a09f94f868abff12ccccba327c435a3b6d..6d6be993ebc751a06046fae9e04a6bbffe618207 100644
(file)
--- a/
src/game/g_net.pas
+++ b/
src/game/g_net.pas
@@
-1136,7
+1136,7
@@
begin
NetPongForwarded := False;
NetPortForwarded := 0;
- DevList := upnpDiscover(
2
000, nil, nil, 0, 0, Addr(Err));
+ DevList := upnpDiscover(
1
000, nil, nil, 0, 0, Addr(Err));
if DevList = nil then
begin
conwritefln(' upnpDiscover() failed: %d', [Err]);
DEADSOFTWARE 2012-2025