diff --git a/direct/src/distributed/cConnectionRepository.cxx b/direct/src/distributed/cConnectionRepository.cxx index 9f505a947e..38c59d892d 100644 --- a/direct/src/distributed/cConnectionRepository.cxx +++ b/direct/src/distributed/cConnectionRepository.cxx @@ -1111,7 +1111,7 @@ bool CConnectionRepository::check_datagram_ai(PyObject *PycallBackFunction) { distributed_cat.debug() << "Calling function callback in check_datagram_ai()!\n"; nassertr(_python_ai_datagramiterator != nullptr, false); - PyObject *result = PyEval_CallObject(PycallBackFunction, _python_ai_datagramiterator); + PyObject *result = PyObject_CallObject(PycallBackFunction, _python_ai_datagramiterator); Py_XDECREF(result); if (PyErr_Occurred()) { diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 626fd7e909..15d14cb04b 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -5289,7 +5289,6 @@ if not PkgSkip("NAMETAG") or not PkgSkip("MOVEMENT") or not PkgSkip("NAVIGATION" if not PkgSkip("NAVIGATION"): PyTargetAdd('otp.pyd', input='libp3navigation_igate.obj') PyTargetAdd('otp.pyd', input='libp3otp.dll') - PyTargetAdd('otp.pyd', input='libp3interrogatedb.dll') PyTargetAdd('otp.pyd', input=COMMON_PANDA_LIBS) # @@ -5379,7 +5378,6 @@ if not PkgSkip("DNA") or not PkgSkip("SUIT") or not PkgSkip("PETS"): PyTargetAdd('toontown.pyd', input='libp3pets_igate.obj') PyTargetAdd('toontown.pyd', input='libp3otp.dll') PyTargetAdd('toontown.pyd', input='libp3toontown.dll') - PyTargetAdd('toontown.pyd', input='libp3interrogatedb.dll') PyTargetAdd('toontown.pyd', input=COMMON_PANDA_LIBS) #