MafiaHub / MafiaUnity

🕹 Open-source Mafia game framework
https://discord.gg/eBQ4QHX
Apache License 2.0
271 stars 28 forks source link

Validate door sound file names and load them properly #48

Closed zpl-zak closed 6 years ago

zpl-zak commented 6 years ago

Some sound files contain invalid characters (we read over a null terminator). Either fix the loader or read the char array as a null-terminated string instead.