Erwan
- Prevent TestSuite from crashing, by not showing big cards during the test suite - Updated font size in game, to be readable - WARNING!!! One test (brass man) not working anymore !!! High priority
This commit is contained in:
@@ -9,6 +9,11 @@ TexturesCache::TexturesCache(){
|
||||
for (int i=0; i<MAX_CACHE_OBJECTS;i++){
|
||||
cache[i] = NULL;
|
||||
}
|
||||
#ifdef WIN32
|
||||
char buf [4096];
|
||||
sprintf(buf, " Init TextureCache : %p\n", this);
|
||||
OutputDebugString(buf);
|
||||
#endif
|
||||
}
|
||||
|
||||
TexturesCache::~TexturesCache(){
|
||||
|
||||
Reference in New Issue
Block a user