Skip to content

Commit 3c098c6

Browse files
committed
Add a new 0x48 event code.
1 parent 03bf918 commit 3c098c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sc2reader/readers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ def __call__(self, data, replay):
265265
read_bytes(2)
266266
elif event_type == 0x47:
267267
read_bytes(4)
268+
elif event_type == 0x48:
269+
read_bytes(4)
268270
elif event_type == 0x4C:
269271
read_bits(4)
270272
elif event_type == 0x59:

0 commit comments

Comments
 (0)