Fixed structs extension using the wrong filename.

This commit is contained in:
David Anderson 2008-10-31 22:54:19 -07:00
parent 412ad74aad
commit e191d446a7

View File

@ -79,7 +79,7 @@ void Structs::SDK_OnAllLoaded()
char error[100];
if (!gameconfs->LoadGameConfigFile("structs", &conf, error, sizeof(error)))
if (!gameconfs->LoadGameConfigFile("structs.gamedata", &conf, error, sizeof(error)))
{
g_pSM->LogError(myself, "Parsing Failed!");
}