Audaspace: port compilation fix from upstream.

This commit is contained in:
Joerg Mueller
2020-09-01 18:12:48 +02:00
parent a92ab93c7d
commit 3c54db4a4e
5 changed files with 5 additions and 5 deletions

View File

@@ -2016,7 +2016,7 @@ AUD_API Sound* checkSound(PyObject* sound)
bool initializeSound()
{
import_array();
import_array1(false);
return PyType_Ready(&SoundType) >= 0;
}