mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-13 18:17:49 -04:00
Re-define nil as nullptr, cleaning up some potential issues along the way
This commit is contained in:
@ -103,7 +103,7 @@ PYTHON_INIT_DEFINITION(ptPlayer, args, keywords)
|
||||
PYTHON_RETURN_INIT_ERROR;
|
||||
}
|
||||
|
||||
self->fThis->Init(key, name.c_str(), pid, distSeq);
|
||||
self->fThis->Init(key->getKey(), name.c_str(), pid, distSeq);
|
||||
PYTHON_RETURN_INIT_OK;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user