Forgot the other half of that last bugfix
This commit is contained in:
parent
8f8e6dfc5f
commit
11a3063fc6
|
@ -872,6 +872,8 @@ bool init_netplay(void *direct_host, const char *server, unsigned port,
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
core_set_default_callbacks(&cbs);
|
core_set_default_callbacks(&cbs);
|
||||||
|
if (!core_set_netplay_callbacks())
|
||||||
|
return false;
|
||||||
|
|
||||||
/* Map the core's quirks to our quirks */
|
/* Map the core's quirks to our quirks */
|
||||||
serialization_quirks = core_serialization_quirks();
|
serialization_quirks = core_serialization_quirks();
|
||||||
|
|
Loading…
Reference in New Issue