mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Promote Sound
This commit is contained in:
@@ -503,6 +503,9 @@ namespace SabreTools.Library.DatItems
|
||||
case ItemType.SoftwareList:
|
||||
return new SoftwareList();
|
||||
|
||||
case ItemType.Sound:
|
||||
return new Sound();
|
||||
|
||||
default:
|
||||
return new Rom();
|
||||
}
|
||||
@@ -525,6 +528,7 @@ namespace SabreTools.Library.DatItems
|
||||
ItemType.Sample => new Sample(),
|
||||
ItemType.Slot => new Slot(),
|
||||
ItemType.SoftwareList => new SoftwareList(),
|
||||
ItemType.Sound => new Sound(),
|
||||
_ => new Rom(),
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user