Use not instead.

This commit is contained in:
momo5502 2015-12-27 20:17:50 +01:00
parent 9adca57b1a
commit 6584d06109

View File

@ -22,7 +22,7 @@ namespace Steam
{
if (Components::Dedicated::IsDedicated()) // Dedi guid
{
subId = -0xDED1CADE;
subId = ~0xDED1CADE;
}
else if (Components::Singleton::IsFirstInstance()) // Hardware guid
{