This repo hasn't been kept up-to-date with the ENet library. There have been several changes in the past couple of years, one of which has been renaming the needsDispatch struct member to flags (presumably for future extensibility with ENetPeer's). This pull request renames this struct member to be compliant with the latest changes to the ENetPeer struct.
This should resolve build errors on Windows and Linux platforms.
This repo hasn't been kept up-to-date with the ENet library. There have been several changes in the past couple of years, one of which has been renaming the
needsDispatch
struct member toflags
(presumably for future extensibility with ENetPeer's). This pull request renames this struct member to be compliant with the latest changes to the ENetPeer struct.This should resolve build errors on Windows and Linux platforms.