setget was causing active interference with INITPERSISTFIELD_SOUNDASSET_ENUMED

This commit is contained in:
AzaezelX 2021-10-02 23:24:46 -05:00
parent 19eb3c42f0
commit 10f2453cee
2 changed files with 13 additions and 20 deletions

View file

@ -221,7 +221,6 @@ struct PlayerData: public ShapeBaseData {
};
DECLARE_SOUNDASSET_ARRAY(PlayerData, PlayerSound, Sounds::MaxSounds);
DECLARE_SOUNDASSET_ARRAY_SETGET(PlayerData, PlayerSound);
Point3F boxSize; ///< Width, depth, height
Point3F crouchBoxSize;