You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
This has already been reported before. See pull request #29 and the duplicate in #56. Most likely several RakNet forks already incorporate that fix and it's also already integrated in SLikeNet since version 0.1.0 (see https://www.slikenet.com/ if interested).
Luke1410
added a commit
to SLikeSoft/SLikeNet
that referenced
this issue
Sep 2, 2019
- added CMake configuration and version configuration support (facebookarchive#132)
- added slikenet.h to simplify CMake include directory detection (facebookarchive#132)
- tweaked the way to specify the version number (facebookarchive#132)
- use version based install directories to support installing multiple versions in parallel (#222)
- use EXPORT handling for the CMake integration (facebookarchive#132)
- preps for CMake >= 2.8 make use of target_include_directories() (#222)
- minor tweaks (facebookarchive#130)
Luke1410
added a commit
to SLikeSoft/SLikeNet
that referenced
this issue
Sep 8, 2019
RakNet/Source/ReplicaManager3.cpp
Line 141 in 1a16989
Iso c++ forbids comparison between pointer and integer.
The "== false" should be removed or replaced by "== nullptr".
The text was updated successfully, but these errors were encountered: