Merge pull request #2659 from Pingar5/master

Fixed typo in GGPO bindings
This commit is contained in:
Jeroen van Rijn
2023-07-17 01:11:32 +02:00
committed by GitHub

View File

@@ -50,7 +50,7 @@ Player :: struct {
player_num: c.int,
using u: struct #raw_union {
local: struct {},
remove: struct {
remote: struct {
ip_address: [32]byte,
port: u16,
},