fix for the fix

git-svn-id: https://svn.eduke32.com/eduke32@2049 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2011-09-30 14:02:13 +00:00
parent 64ead0a130
commit b3f1bd409c

View file

@ -3072,7 +3072,7 @@ void overheadeditor(void)
{
for (WALLS_OF_SECTOR(i, j))
if (wall[j].nextsector >= 0)
checksectorpointer(j, i);
checksectorpointer(j, highlightsector[i]);
}
printmessage16("Selected sector(s) flipped");