fixed stack corruption in sound code

This commit is contained in:
jeefo 2016-03-12 19:56:09 +03:00
commit a27d39a394
13 changed files with 155 additions and 143 deletions

View file

@ -1488,7 +1488,7 @@ void BotManager::UpdateActiveGrenades (void)
}
}
const Array <entity_t> &BotManager::GetActiveGrenades (void)
const Array <edict_t *> &BotManager::GetActiveGrenades (void)
{
return m_activeGrenades;
}