Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 456770
Collapse All | Expand All

(-)a/src/core/core_sound.c (-2 / +2 lines)
Lines 314-320 Link Here
314
     D_ASSERT( core->shared->buffer_pool != NULL );
314
     D_ASSERT( core->shared->buffer_pool != NULL );
315
315
316
     /* Create a new object in the buffer pool. */
316
     /* Create a new object in the buffer pool. */
317
     return (CoreSoundBuffer*) fusion_object_create( core->shared->buffer_pool, core->world );
317
     return (CoreSoundBuffer*) fusion_object_create( core->shared->buffer_pool, core->world, core->fusion_id );
318
}
318
}
319
319
320
CorePlayback *
320
CorePlayback *
Lines 325-331 Link Here
325
     D_ASSERT( core->shared->playback_pool != NULL );
325
     D_ASSERT( core->shared->playback_pool != NULL );
326
326
327
     /* Create a new object in the playback pool. */
327
     /* Create a new object in the playback pool. */
328
     return (CorePlayback*) fusion_object_create( core->shared->playback_pool, core->world );
328
     return (CorePlayback*) fusion_object_create( core->shared->playback_pool, core->world, core->fusion_id );
329
}
329
}
330
330
331
DirectResult
331
DirectResult

Return to bug 456770