This commit is contained in:
Rachael Alexanderson 2017-01-07 16:04:46 -05:00
commit 6e06adb795
60 changed files with 559 additions and 474 deletions

View file

@ -2781,14 +2781,13 @@ void AM_drawKeys ()
void AM_drawThings ()
{
AMColor color;
int i;
AActor* t;
mpoint_t p;
DAngle angle;
for (i=0;i<numsectors;i++)
for (auto &sec : level.sectors)
{
t = sectors[i].thinglist;
t = sec.thinglist;
while (t)
{
if (am_cheat > 0 || !(t->flags6 & MF6_NOTONAUTOMAP))