summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bank.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bank.c b/src/bank.c
index 36e1198..474d4f5 100644
--- a/src/bank.c
+++ b/src/bank.c
@@ -164,6 +164,7 @@ xas_bank_player *xas_bank_player_new(xas_bank *bank) {
player->obj.stop = (xas_object_stop_callback)player_stop;
player->obj.set_gain = (xas_object_set_gain_callback)set_gain;
player->obj.set_entry = (xas_object_set_entry_callback)set_entry;
+ player->obj.set_flags = (xas_object_set_flags_callback)xas_bank_player_set_flags;
player->obj.stream_new = (xas_object_stream_new_callback)xas_bank_player_stream_new;
player->obj.destroy = (xas_object_destroy_callback)xas_bank_player_destroy;