fixed question guard object

This commit is contained in:
josch 2008-11-28 10:59:02 +01:00
parent cf550a1ad4
commit a88670c0b9

View file

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