Reduce size of key markers.

This commit is contained in:
Mari the Deer 2022-01-23 20:47:15 +01:00
commit 5aaa5e5aa0
2 changed files with 3 additions and 2 deletions

View file

@ -193,6 +193,7 @@ Class SWWMInterest : Thinker
}
else i.marker.picnum = thekey.SpawnState.GetSpriteTexture(0);
i.marker.target = thekey;
i.marker.scale = thekey.scale;
}
else if ( theline )
{