aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/graphics.h')
-rw-r--r--engines/sludge/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sludge/graphics.h b/engines/sludge/graphics.h
index ba23d72c46..5d2bb9a098 100644
--- a/engines/sludge/graphics.h
+++ b/engines/sludge/graphics.h
@@ -39,9 +39,9 @@ struct texture {
#if 0
GLubyte *data;
GLuint name;
+ double texW, texH;
#endif
Graphics::Surface surface;
- double texW, texH;
};
#if 0