[MusicalTalent] Disable this feature

This commit is contained in:
momo5502
2017-06-18 12:36:19 +02:00
parent ec01500766
commit aac43f1e7d
3 changed files with 4 additions and 6 deletions

View File

@ -222,14 +222,12 @@ namespace Game
const void *initial_ptr;
};
/* 526 */
struct MssSound
{
_AILSOUNDINFO info;
char *data;
};
/* 527 */
struct LoadedSound
{
const char *name;
@ -242,7 +240,7 @@ namespace Game
StreamedSound stream;
};
struct SoundFile // 0xC
struct SoundFile
{
snd_alias_type_t type;
bool exists;