mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-24 04:51:41 +00:00
Remove unused globals
This commit is contained in:
parent
65fa807433
commit
b9024f87a0
1 changed files with 0 additions and 9 deletions
|
@ -79,15 +79,6 @@ namespace swrenderer
|
||||||
{
|
{
|
||||||
using namespace drawerargs;
|
using namespace drawerargs;
|
||||||
|
|
||||||
//
|
|
||||||
// Sprite rotation 0 is facing the viewer,
|
|
||||||
// rotation 1 is one angle turn CLOCKWISE around the axis.
|
|
||||||
// This is not the same as the angle,
|
|
||||||
// which increases counter clockwise (protractor).
|
|
||||||
//
|
|
||||||
fixed_t sky1scale; // [RH] Sky 1 scale factor
|
|
||||||
fixed_t sky2scale; // [RH] Sky 2 scale factor
|
|
||||||
|
|
||||||
FTexture *WallSpriteTile;
|
FTexture *WallSpriteTile;
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue