From 9bd438d3bb555cfb28f7640e38946b08722e9ca7 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 17 Jun 2007 02:50:04 +0000 Subject: [PATCH] fixed a bug where only one signature per file would be parsed --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40970 --- core/GameConfigs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/GameConfigs.cpp b/core/GameConfigs.cpp index d287d28f..ef490ed0 100644 --- a/core/GameConfigs.cpp +++ b/core/GameConfigs.cpp @@ -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; }