From 370cf1b9727d914ae2eb99eaa160cd2311003edd Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Fri, 10 Oct 2003 09:24:21 +0000 Subject: [PATCH] oups svn-id: r10710 --- queen/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queen/graphics.h b/queen/graphics.h index cc81b9a8278..ee0c97dab62 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];