X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=blender_export.py;h=a8061e4ed9241baa12cd77c379284a94fcb9339e;hb=5f4eb3866525724188461589485ac1aa50d08870;hp=05d1ec06aa5482a1ff35a40ac5cd5771dfca55a0;hpb=d4746875c05dd3e077e1b266e50ffe4856b45502;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/blender_export.py b/blender_export.py index 05d1ec0..a8061e4 100644 --- a/blender_export.py +++ b/blender_export.py @@ -166,7 +166,8 @@ class subclass_audio_channel(Structure): class classtype_audio_system(Structure): _pack_ = 1 - _fields_ = [("")] + _fields_ = [("sounds", subclass_audio_channel * 4), + ("len", c_uint32)] class classtype_audio_zone(Structure): _pack_ = 1