From 19cfffebb3a141f9fa3a5a167e96cb3ac8d6582e Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 3 Aug 2014 12:21:05 +0200 Subject: [PATCH] - 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. --- src/gl/scene/gl_wall.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gl/scene/gl_wall.h b/src/gl/scene/gl_wall.h index ffe9ba2a5c..37501c6078 100644 --- a/src/gl/scene/gl_wall.h +++ b/src/gl/scene/gl_wall.h @@ -39,7 +39,6 @@ enum WallTypes RENDERWALL_MIRROR, RENDERWALL_MIRRORSURFACE, RENDERWALL_M2SNF, - RENDERWALL_M2SFOG, RENDERWALL_COLOR, RENDERWALL_FFBLOCK, RENDERWALL_COLORLAYER,