mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 20:02:48 +00:00
Reverted change that stopped thing angles to clamp to 45° in binary Doom map format. Fixes #794
This commit is contained in:
parent
df6ea3ebcd
commit
497edfff07
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ common
|
||||||
defaultflatscale = 1.0f;
|
defaultflatscale = 1.0f;
|
||||||
scaledtextureoffsets = true;
|
scaledtextureoffsets = true;
|
||||||
|
|
||||||
|
//mxd. Do vanilla-style thing rotation angle clamping
|
||||||
|
doomthingrotationangles = true;
|
||||||
|
|
||||||
// Texture sources
|
// Texture sources
|
||||||
textures
|
textures
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue