mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-25 18:46:52 +01:00
fix
This commit is contained in:
parent
8946a20983
commit
d12db35a9f
@ -31,7 +31,7 @@ CDummy::Add(void)
|
||||
for(x = xstart; x <= xend; x++){
|
||||
s = CWorld::GetSector(x, y);
|
||||
if(x == xmid && y == ymid)
|
||||
list = &s->m_lists[ENTITYLIST_OBJECTS];
|
||||
list = &s->m_lists[ENTITYLIST_DUMMIES];
|
||||
else
|
||||
list = &s->m_lists[ENTITYLIST_DUMMIES_OVERLAP];
|
||||
CPtrNode *node = list->InsertItem(this);
|
||||
|
Loading…
Reference in New Issue
Block a user