Skip to content

Commit

Permalink
Delete TRSoundDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
lahm86 committed Apr 20, 2024
1 parent b0ea70b commit 06b80d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 98 deletions.
87 changes: 0 additions & 87 deletions TRLevelControl/Model/Base/TRSoundDetails.cs

This file was deleted.

11 changes: 0 additions & 11 deletions TRLevelControl/TR2FileReadUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -340,15 +340,4 @@ public static TRCinematicFrame ReadCinematicFrame(BinaryReader reader)
Roll = reader.ReadInt16()
};
}

public static TRSoundDetails ReadSoundDetails(BinaryReader reader)
{
return new TRSoundDetails()
{
Sample = reader.ReadUInt16(),
Volume = reader.ReadUInt16(),
Chance = reader.ReadUInt16(),
Characteristics = reader.ReadUInt16()
};
}
}

0 comments on commit 06b80d5

Please sign in to comment.