fixed a bug where only one signature per file would be parsed

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40970
This commit is contained in:
David Anderson 2007-06-17 02:50:04 +00:00
parent 1200ee470e
commit 9bd438d3bb

View File

@ -390,6 +390,7 @@ SMCParseResult CGameConfig::ReadSMC_LeavingSection()
skip_find:
#endif
sm_trie_insert(m_pSigs, m_offset, final_addr);
m_ParseState = PSTATE_GAMEDEFS_SIGNATURES;
break;
}