mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 23:32:02 +00:00
- fixed: the WallTypes enum contained a value that no longer was valid. This was fixed orignally last week but it seems to have gotten lost.
This commit is contained in:
parent
c98e3ca99d
commit
19cfffebb3
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ enum WallTypes
|
|||
RENDERWALL_MIRROR,
|
||||
RENDERWALL_MIRRORSURFACE,
|
||||
RENDERWALL_M2SNF,
|
||||
RENDERWALL_M2SFOG,
|
||||
RENDERWALL_COLOR,
|
||||
RENDERWALL_FFBLOCK,
|
||||
RENDERWALL_COLORLAYER,
|
||||
|
|
Loading…
Reference in a new issue