Skip to content

Commit b91126b

Browse files
committed
fix
1 parent b662d2b commit b91126b

File tree

1 file changed

+2
-2
lines changed
  • src/mercury_engine_data_structures/formats

1 file changed

+2
-2
lines changed

src/mercury_engine_data_structures/formats/bmsad.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ def SRDependencies():
234234
# Components
235235
DreadComponent = Struct(
236236
type=StrId,
237-
unk_1=Hex(Int32ul),
238-
unk_2=Float32l,
237+
unk_1=Int32sl,
238+
unk_2=Int32sl,
239239
fields=PrefixedAllowZeroLen(
240240
Int32ul,
241241
Struct(

0 commit comments

Comments
 (0)