ggpo
ggpo copied to clipboard
fix issue of winsocks not being initialized
Fixes the following issue when you try to run ggpo separately from vectorwars (e.g. building your own ggpo.lib
and ggpo.dll
files):
Proposed Fix
- Before
ggpo_start_session()
function is called make sure to callgpo_initialize_winsock()
first.
For more context see: https://github.com/pond3r/ggpo/issues/68