Small changes that seem to make clang happier.
This commit is contained in:
@@ -1107,7 +1107,7 @@ public:
|
||||
}
|
||||
else if( i != you_index)
|
||||
{
|
||||
U32 loc = x << 16 | y << 8 | z; loc = loc;
|
||||
//U32 loc = x << 16 | y << 8 | z; //Unused variable, why did this exist?
|
||||
U32 pos = 0x0;
|
||||
pos |= x;
|
||||
pos <<= 8;
|
||||
|
||||
Reference in New Issue
Block a user