"@Dick can you make it so that its impossible to pan the floor texture in 2d mode if the texture isnt visible?"

git-svn-id: https://svn.eduke32.com/eduke32@6988 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2018-09-29 01:54:58 +00:00
parent dd1058c767
commit a8cee68a7e

View file

@ -7562,6 +7562,8 @@ static void Keys2d(void)
}
}
if (graphicsmode)
{
for (k=0; k<2; k++) // panning/repeat
{
if (k==0)
@ -7610,6 +7612,7 @@ static void Keys2d(void)
else
repeatcnt[k] = 0;
}
}
if (PRESSED_KEYSC(R)) // R (relative alignment, rotation)
{