pond3r / ggpo

Good Game, Peace Out Rollback Network SDK
MIT License
3.12k stars 361 forks source link

`sizeof` used on pointer instead of type. #4

Closed noshbar closed 4 years ago

noshbar commented 4 years ago

This fixes a sizeof that was originally using the size of the pointer, and not that of the actual type. So now the memset should clear the whole object.