Indentation

git-svn-id: https://svn.eduke32.com/eduke32@6858 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-04-23 10:15:17 +00:00
parent b4a8656910
commit b1c44af6f8

View file

@ -7670,7 +7670,6 @@ end_batch_insert_points:
}
}
{
static int32_t backspace_last = 0;
if (keystatus[0x0e]) //Backspace
@ -7696,7 +7695,6 @@ end_batch_insert_points:
}
else
backspace_last = 0;
}
if (keystatus[0xd3] && eitherCTRL && numwalls > 0) //sector delete
{