mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Style fix
This commit is contained in:
@@ -191,7 +191,7 @@ public:
|
||||
std::size_t hz = v.z + 1000;
|
||||
|
||||
// Combine the hash values, multiplying them by prime numbers
|
||||
return (hx * 4000037u) ^ (hy * 2003u) + hz;
|
||||
return ((hx * 4000037u) ^ (hy * 2003u)) + hz;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user