aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/audio.h')
-rw-r--r--NorthstarDedicatedTest/audio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/audio.h b/NorthstarDedicatedTest/audio.h
index 67fe342f..d53f5317 100644
--- a/NorthstarDedicatedTest/audio.h
+++ b/NorthstarDedicatedTest/audio.h
@@ -24,7 +24,7 @@ public:
std::vector<std::string> EventIds = {};
std::vector<std::pair<std::string, std::regex>> EventIdsRegex = {};
- std::vector<std::vector<std::uint8_t>> Samples = {};
+ std::vector<std::pair<size_t, std::unique_ptr<uint8_t[]>>> Samples = {};
AudioSelectionStrategy Strategy = AudioSelectionStrategy::SEQUENTIAL;
size_t CurrentIndex = 0;