From 8a8d7b56469e169377f59955dc374112c159592a Mon Sep 17 00:00:00 2001 From: OV2 Date: Thu, 29 Dec 2011 15:49:29 +0100 Subject: [PATCH] Display all netplay connection error messages --- netplay.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/netplay.cpp b/netplay.cpp index dff5d0a3..f0f15315 100644 --- a/netplay.cpp +++ b/netplay.cpp @@ -350,6 +350,7 @@ on the remote machine on this port?"); errno #endif ); + S9xNPSetError(buf); S9xNPDisconnect (); } return (FALSE);