From 653290c76ab322dc4d192e26cd2502aa2ea284dd Mon Sep 17 00:00:00 2001 From: Darkvater Date: Wed, 17 Jan 2007 23:25:19 +0000 Subject: (svn r8218) -Codechange: Increase spritecache size to 2MB. This will vastly improve performance when using (lots of) grf files. You can change it yourself easily with the SPRITE_CACHE_SIZE compile flag. (peter1138). --- src/spritecache.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/spritecache.cpp b/src/spritecache.cpp index 3c6aef018..195de14bb 100644 --- a/src/spritecache.cpp +++ b/src/spritecache.cpp @@ -10,7 +10,9 @@ #include "fileio.h" #include "helpers.hpp" -#define SPRITE_CACHE_SIZE 1024*1024 +#ifndef SPRITE_CACHE_SIZE +# define SPRITE_CACHE_SIZE 2*1024*1024 +#endif /* SPRITE_CACHE_SIZE */ typedef struct SpriteCache { -- cgit v1.2.3-70-g09d2