Audaspace: port compilation fix from upstream.
This commit is contained in:
2
extern/audaspace/bindings/python/PySound.cpp
vendored
2
extern/audaspace/bindings/python/PySound.cpp
vendored
@@ -2016,7 +2016,7 @@ AUD_API Sound* checkSound(PyObject* sound)
|
|||||||
|
|
||||||
bool initializeSound()
|
bool initializeSound()
|
||||||
{
|
{
|
||||||
import_array();
|
import_array1(false);
|
||||||
|
|
||||||
return PyType_Ready(&SoundType) >= 0;
|
return PyType_Ready(&SoundType) >= 0;
|
||||||
}
|
}
|
||||||
|
Submodule release/datafiles/locale updated: 260b439d0f...2b3c19f5f6
Submodule release/scripts/addons updated: 01cf2f810a...49c39f59fb
Submodule release/scripts/addons_contrib updated: f2f4a8b3bf...a52733b58d
Submodule source/tools updated: 2afbb8ec47...896c5f7895
Reference in New Issue
Block a user