- 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:
Christoph Oelckers 2014-08-03 12:21:05 +02:00
parent c98e3ca99d
commit 19cfffebb3

View file

@ -39,7 +39,6 @@ enum WallTypes
RENDERWALL_MIRROR,
RENDERWALL_MIRRORSURFACE,
RENDERWALL_M2SNF,
RENDERWALL_M2SFOG,
RENDERWALL_COLOR,
RENDERWALL_FFBLOCK,
RENDERWALL_COLORLAYER,