Skip to content

Commit ceb6d42

Browse files
committed
Fix up the 1.0.X series action parser.
1 parent a030d5b commit ceb6d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def parse_selection_event(self, buffer, frames, type, code, pid):
3939
object_types = chain(*[[object_type,]*count for (object_type, count) in object_types])
4040
objects = zip(object_ids, object_types)
4141

42-
return SelectionEvent(frames, pid, type, code, None)
42+
return SelectionEvent(frames, pid, type, code, bank, objects, None)
4343

4444
def parse_hotkey_event(self, buffer, frames, type, code, pid):
4545
hotkey = code >> 4

0 commit comments

Comments
 (0)