fixed question guard object

main
josch 16 years ago
parent cf550a1ad4
commit a88670c0b9

@ -495,6 +495,7 @@ def extract(filename):
else:
raise NotImplementedError
if quest:
(time_limit, ) = struct.unpack("<I", h3m_data.read(4))
(length, ) = struct.unpack("<I", h3m_data.read(4))
quest_begin = h3m_data.read(length)

Loading…
Cancel
Save