REFACTOR [a vs an]
From /dev/humancontroller.
This commit is contained in:
parent
4bd24d3182
commit
f3e7012bdb
27 changed files with 39 additions and 39 deletions
|
@ -1018,7 +1018,7 @@ void BotUpdateEntityItems(void)
|
|||
for (li = levelitems; li; li = nextli)
|
||||
{
|
||||
nextli = li->next;
|
||||
//if it is a item that will time out
|
||||
//if it is an item that will time out
|
||||
if (li->timeout)
|
||||
{
|
||||
//timeout the item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue