From 6a07bbd5f41960d5c773f116d24c4de741ef3541 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 11 Jan 2010 12:23:04 +0000 Subject: Moved all the cache limits inside helpers.h and removed an obsolete TODO svn-id: r47250 --- engines/sci/graphics/helpers.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/sci/graphics/helpers.h') diff --git a/engines/sci/graphics/helpers.h b/engines/sci/graphics/helpers.h index fdfc5208b4..6799162f40 100644 --- a/engines/sci/graphics/helpers.h +++ b/engines/sci/graphics/helpers.h @@ -32,6 +32,10 @@ namespace Sci { +// Cache limits +#define MAX_CACHED_CURSORS 10 +#define MAX_CACHED_VIEWS 50 + #define SCI_SHAKE_DIRECTION_VERTICAL 1 #define SCI_SHAKE_DIRECTION_HORIZONTAL 2 -- cgit v1.2.3