mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
Indentation
git-svn-id: https://svn.eduke32.com/eduke32@6858 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b4a8656910
commit
b1c44af6f8
1 changed files with 19 additions and 21 deletions
|
@ -7670,7 +7670,6 @@ end_batch_insert_points:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
static int32_t backspace_last = 0;
|
static int32_t backspace_last = 0;
|
||||||
|
|
||||||
if (keystatus[0x0e]) //Backspace
|
if (keystatus[0x0e]) //Backspace
|
||||||
|
@ -7696,7 +7695,6 @@ end_batch_insert_points:
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
backspace_last = 0;
|
backspace_last = 0;
|
||||||
}
|
|
||||||
|
|
||||||
if (keystatus[0xd3] && eitherCTRL && numwalls > 0) //sector delete
|
if (keystatus[0xd3] && eitherCTRL && numwalls > 0) //sector delete
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue