TalonBraveInfo / OpenHoW

Open-source reimplementation of Gremlin's Hogs of War (PC/PSX).
http://talonbrave.info
GNU General Public License v3.0
166 stars 12 forks source link

Add 'PlayLocalSound' function for audio api; automatically destroyed local source #77

Closed hogsy closed 5 years ago

hogsy commented 5 years ago

This is for sounds that don't need to be updated - can just be played and then killed once completed. Once implemented this can be used for most of the sounds in the game; rockets etc will still need to depend on their own source handle though so that they can update the position.

hogsy commented 5 years ago

Done