fixed a bug causing mapchanges to crash

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40269
This commit is contained in:
David Anderson 2007-01-04 23:30:54 +00:00
parent 4508cea343
commit 7bbe099cea

View File

@ -45,6 +45,9 @@ void CPluginInfoDatabase::ReadSMC_ParseStart()
in_plugins = false;
cur_plugin = -1;
in_options = false;
m_infodb_size = 0;
m_infodb_count = 0;
m_infodb = -1;
}
SMCParseResult CPluginInfoDatabase::MakeError(const char *fmt, ...)