fixed question guard object
This commit is contained in:
parent
cf550a1ad4
commit
a88670c0b9
1 changed files with 8 additions and 7 deletions
|
@ -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…
Reference in a new issue