Remove unused config string code from botlib

This commit is contained in:
Zack Middleton 2013-02-27 15:50:36 -06:00
parent 57cb0b2d89
commit b9a33f84be
4 changed files with 1 additions and 110 deletions

View file

@ -558,10 +558,9 @@ void BotInitLevelItems(void)
//if there's no AAS file loaded
if (!AAS_Loaded()) return;
//update the modelindexes of the item info
//validate the modelindexes of the item info
for (i = 0; i < ic->numiteminfo; i++)
{
//ic->iteminfo[i].modelindex = AAS_IndexFromModel(ic->iteminfo[i].model);
if (!ic->iteminfo[i].modelindex)
{
Log_Write("item %s has modelindex 0", ic->iteminfo[i].classname);