mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-18 15:11:51 +00:00
fix for the fix
git-svn-id: https://svn.eduke32.com/eduke32@2049 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
64ead0a130
commit
b3f1bd409c
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue