Updates to the flt plugin from Brede Johansen.

This commit is contained in:
Robert Osfield
2002-04-16 11:36:23 +00:00
parent 0c6f09f4c5
commit 43fa577566
13 changed files with 281 additions and 298 deletions

View File

@@ -162,7 +162,6 @@ Record* Input::readCreateRecord(FltFile* pFltFile)
// find matching record prototype class
Record* pProto = Registry::instance()->getPrototype(pData->opcode());
if (pProto == NULL)
pProto = Registry::instance()->getPrototype(0);