fix
This commit is contained in:
parent
8946a20983
commit
d12db35a9f
@ -31,7 +31,7 @@ CDummy::Add(void)
|
|||||||
for(x = xstart; x <= xend; x++){
|
for(x = xstart; x <= xend; x++){
|
||||||
s = CWorld::GetSector(x, y);
|
s = CWorld::GetSector(x, y);
|
||||||
if(x == xmid && y == ymid)
|
if(x == xmid && y == ymid)
|
||||||
list = &s->m_lists[ENTITYLIST_OBJECTS];
|
list = &s->m_lists[ENTITYLIST_DUMMIES];
|
||||||
else
|
else
|
||||||
list = &s->m_lists[ENTITYLIST_DUMMIES_OVERLAP];
|
list = &s->m_lists[ENTITYLIST_DUMMIES_OVERLAP];
|
||||||
CPtrNode *node = list->InsertItem(this);
|
CPtrNode *node = list->InsertItem(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user