rip SilentBlock

This commit is contained in:
Silent 2016-07-04 03:20:40 +02:00
parent c728251873
commit cb80efbf53
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
#include "MemoryMgr.h"
#define DISABLE_FLA_DONATION_WINDOW 1
#define DISABLE_FLA_DONATION_WINDOW 0
template<typename T>

View file

@ -56,7 +56,7 @@ inline T random(T a, T b)
return a + static_cast<T>(rand() * (1.0f/(RAND_MAX+1)) * (b - a));
}
#define DISABLE_FLA_DONATION_WINDOW 1
#define DISABLE_FLA_DONATION_WINDOW 0
//#define HIDE_MATERIAL
//#define EXPAND_ALPHA_ENTITY_LISTS 800