|
@@ -818,7 +818,7 @@ public:
|
|
/// Some configuration values.
|
|
/// Some configuration values.
|
|
enum GhostConstants
|
|
enum GhostConstants
|
|
{
|
|
{
|
|
- GhostIdBitSize = 12,
|
|
|
|
|
|
+ GhostIdBitSize = 18, //262,144 ghosts
|
|
MaxGhostCount = 1 << GhostIdBitSize, //4096,
|
|
MaxGhostCount = 1 << GhostIdBitSize, //4096,
|
|
GhostLookupTableSize = 1 << GhostIdBitSize, //4096
|
|
GhostLookupTableSize = 1 << GhostIdBitSize, //4096
|
|
GhostIndexBitSize = 4 // number of bits GhostIdBitSize-3 fits into
|
|
GhostIndexBitSize = 4 // number of bits GhostIdBitSize-3 fits into
|