diff --git a/network/netplay/netplay.c b/network/netplay/netplay.c index a716b5b79b..f820dafea0 100644 --- a/network/netplay/netplay.c +++ b/network/netplay/netplay.c @@ -1575,6 +1575,11 @@ void netplay_load_savestate(netplay_t *netplay, } } } + else + { + /* FIXME: This is a critical failure! */ + return; + } } /* We need to ignore any intervening data from the other side,