Forgot the other half of that last bugfix

This commit is contained in:
Gregor Richards 2016-12-18 20:08:21 -05:00
parent 8f8e6dfc5f
commit 11a3063fc6

View File

@ -872,6 +872,8 @@ bool init_netplay(void *direct_host, const char *server, unsigned port,
return false;
core_set_default_callbacks(&cbs);
if (!core_set_netplay_callbacks())
return false;
/* Map the core's quirks to our quirks */
serialization_quirks = core_serialization_quirks();