Remove unused config string code from botlib
This commit is contained in:
parent
57cb0b2d89
commit
b9a33f84be
4 changed files with 1 additions and 110 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue