Use GUI screenshot for network connects as well

This commit is contained in:
simon.kagstrom 2010-03-17 06:34:27 +00:00
parent 56e227029c
commit df670a1785

View File

@ -1123,7 +1123,7 @@ bool Network::AppendScreenshot(NetworkUpdatePeerInfo *pi)
size_t sz;
bool out = NULL;
scr = TheC64->TheDisplay->SurfaceFromC64Display();
scr = Gui::gui->screenshot;
if (!scr)
goto out_none;