mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 15:09:19 +02:00
build 210426. announcements soundproofing, releaser control logic tweak, minor bug fixes
This commit is contained in:
1
DynObj.h
1
DynObj.h
@@ -417,6 +417,7 @@ private:
|
||||
// single source per vehicle
|
||||
struct pasystem_sounds {
|
||||
std::array<sound_source, static_cast<int>( announcement_t::end )> announcements;
|
||||
std::optional< std::array<float, 6> > soundproofing;
|
||||
sound_source announcement;
|
||||
std::deque<sound_source> announcement_queue; // fifo queue
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user