16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 09:19:18 +02:00

improve handling of sound shutting down caused by distance

This commit is contained in:
milek7
2017-08-25 20:39:57 +02:00
parent 59317743fa
commit 9d91b19841
2 changed files with 33 additions and 8 deletions

View File

@@ -109,6 +109,8 @@ class complex_sound : public sound
post // playing post or idling
} cs;
bool shut_by_dist;
public:
complex_sound(sound_buffer* pre, sound_buffer* main, sound_buffer* post);
~complex_sound();