We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e052bd5 commit bf52d86Copy full SHA for bf52d86
1 file changed
GekkoLib/src/gekko.cpp
@@ -63,7 +63,7 @@ void Gekko::Session::SetNetAdapter(GekkoNetAdapter* adapter)
63
64
i32 Gekko::Session::AddActor(GekkoPlayerType type, GekkoNetAddress* addr)
65
{
66
- const int ERR = -1;
+ const i32 ERR = -1;
67
std::unique_ptr<NetAddress> address;
68
69
if (addr) {
0 commit comments