aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/backdrop.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/backdrop.h')
-rw-r--r--engines/sludge/backdrop.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sludge/backdrop.h b/engines/sludge/backdrop.h
index 8974f92deb..8346a4650d 100644
--- a/engines/sludge/backdrop.h
+++ b/engines/sludge/backdrop.h
@@ -37,7 +37,7 @@
namespace Sludge {
enum {
- LIGHTMAPMODE_NONE = -1,
+ LIGHTMAPMODE_NONE = -1,
LIGHTMAPMODE_HOTSPOT,
LIGHTMAPMODE_PIXEL,
LIGHTMAPMODE_NUM
@@ -46,7 +46,6 @@ enum {
extern unsigned int winWidth, winHeight, sceneWidth, sceneHeight;
extern int lightMapMode;
-
struct parallaxLayer {
#if 0
GLubyte *texture;