File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ namespace RTE {
43
43
// ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
44
44
45
45
int SoundSet::ReadProperty (std::string propName, Reader &reader) {
46
- if (propName == " SoundSelectionCycleMode" || propName == " CycleMode " ) {
46
+ if (propName == " SoundSelectionCycleMode" ) {
47
47
m_SoundSelectionCycleMode = ReadSoundSelectionCycleMode (reader);
48
48
} else if (propName == " AddSound" ) {
49
49
AddSoundData (ReadAndGetSoundData (reader));
50
- } else if (propName == " AddSoundSet" || propName == " AddSubSoundSet " ) {
50
+ } else if (propName == " AddSoundSet" ) {
51
51
SoundSet subSoundSet;
52
52
reader >> subSoundSet;
53
53
AddSubSoundSet (subSoundSet);
You can’t perform that action at this time.
0 commit comments