mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-10 07:11:44 +00:00
remove an uneeded extern decl that conflicts with an earlier one
This commit is contained in:
parent
e95505989f
commit
4074a53216
1 changed files with 0 additions and 1 deletions
|
@ -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++ )
|
||||
|
|
Loading…
Reference in a new issue