Small changes that seem to make clang happier.

This commit is contained in:
Lirusaito
2012-04-30 23:48:30 -04:00
parent a82953d0d0
commit e20b383aa0
6 changed files with 7 additions and 5 deletions

View File

@@ -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;