diff options
author | Gregory Montoir | 2003-10-10 09:24:21 +0000 |
---|---|---|
committer | Gregory Montoir | 2003-10-10 09:24:21 +0000 |
commit | 370cf1b9727d914ae2eb99eaa160cd2311003edd (patch) | |
tree | 1bea799a32cedda66024661d6acd1f4eaadd4c93 | |
parent | 7286df0c94a9c7a2236821c38914dc76db3287b3 (diff) | |
download | scummvm-rg350-370cf1b9727d914ae2eb99eaa160cd2311003edd.tar.gz scummvm-rg350-370cf1b9727d914ae2eb99eaa160cd2311003edd.tar.bz2 scummvm-rg350-370cf1b9727d914ae2eb99eaa160cd2311003edd.zip |
oups
svn-id: r10710
-rw-r--r-- | queen/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/graphics.h b/queen/graphics.h index cc81b9a827..ee0c97dab6 100644 --- a/queen/graphics.h +++ b/queen/graphics.h @@ -173,7 +173,7 @@ private: uint32 indexes[MAX_BANK_SIZE]; uint8 *data; }; -public: + //! unbanked bob frames BobFrame _frames[MAX_FRAMES_NUMBER]; |