aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/opengl/glimage.h
diff options
context:
space:
mode:
authorEugene Sandulenko2010-08-13 15:24:23 +0000
committerEugene Sandulenko2010-10-12 22:39:23 +0000
commitfd40021a722956a3c37119c72b1350acb313574e (patch)
treeb61dd65523d8a26a3b39cfa7fa44c36fc81982f8 /engines/sword25/gfx/opengl/glimage.h
parentd50dcb80ad44465745a38ea42bd87db9480db949 (diff)
downloadscummvm-rg350-fd40021a722956a3c37119c72b1350acb313574e.tar.gz
scummvm-rg350-fd40021a722956a3c37119c72b1350acb313574e.tar.bz2
scummvm-rg350-fd40021a722956a3c37119c72b1350acb313574e.zip
SWORD25: Started rewriting gfx subsystem
svn-id: r53227
Diffstat (limited to 'engines/sword25/gfx/opengl/glimage.h')
-rw-r--r--engines/sword25/gfx/opengl/glimage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/gfx/opengl/glimage.h b/engines/sword25/gfx/opengl/glimage.h
index 9679089cee..c1dfbdc0b9 100644
--- a/engines/sword25/gfx/opengl/glimage.h
+++ b/engines/sword25/gfx/opengl/glimage.h
@@ -113,7 +113,7 @@ public:
return true;
}
private:
- GLS_Sprite m_Sprite;
+ byte *_data;
int m_Width;
int m_Height;
};