mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@735 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
b0ceecbdee
commit
8a0a8c8a36
1 changed files with 1 additions and 1 deletions
|
@ -7541,7 +7541,7 @@ static void Keys2d3d(void)
|
||||||
{
|
{
|
||||||
keystatus[KEYSC_N] = 0;
|
keystatus[KEYSC_N] = 0;
|
||||||
spnoclip=!spnoclip;
|
spnoclip=!spnoclip;
|
||||||
if (noclip) message("Sprite clipping disabled");
|
if (spnoclip) message("Sprite clipping disabled");
|
||||||
else message("Sprite clipping enabled");
|
else message("Sprite clipping enabled");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue