remove an uneeded extern decl that conflicts with an earlier one

This commit is contained in:
Jonathan Gray 2013-05-01 23:45:53 +10:00
parent e95505989f
commit 4074a53216

View file

@ -7642,7 +7642,6 @@ int CQuake3GameInterface::RegisterScript( const char *strFileName, void **ppBuf,
// Precache all the resources needed by a Script and it's Entity (or vice-versa).
int CQuake3GameInterface::PrecacheEntity( gentity_t *pEntity )
{
extern stringID_table_t BSTable[];
int i;
for ( i = 0; i < NUM_BSETS; i++ )