ggpo icon indicating copy to clipboard operation
ggpo copied to clipboard

fix issue of winsocks not being initialized

Open hlimbo opened this issue 3 years ago • 1 comments

Fixes the following issue when you try to run ggpo separately from vectorwars (e.g. building your own ggpo.lib and ggpo.dll files):

image

Proposed Fix

  • Before ggpo_start_session() function is called make sure to call gpo_initialize_winsock() first.

hlimbo avatar Jan 09 '22 00:01 hlimbo

For more context see: https://github.com/pond3r/ggpo/issues/68

hlimbo avatar Jan 09 '22 00:01 hlimbo