Audaspace: external audaspace library update.

This commit is contained in:
Jörg Müller
2014-11-13 00:33:28 +13:00
parent 733073550f
commit 8528d76dad
8 changed files with 159 additions and 139 deletions

View File

@@ -47,7 +47,7 @@ static PyObject *AUD_getSoundFromPointer(PyObject *self, PyObject *args)
if (sound) {
Sound *obj = (Sound *)Sound_empty();
if (obj) {
obj->sound = AUD_copy(sound);
obj->sound = AUD_Sound_copy(sound);
return (PyObject *) obj;
}
}