diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index eeb5d02e4..aff1f1984 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -880,7 +880,7 @@ public: void fetchSounds(const std::string &name, std::set<std::string> &dst_paths, - std::set<std::vector<char> > &dst_datas) + std::set<std::string> &dst_datas) { if(m_fetched.count(name)) return; |