Use not instead.
This commit is contained in:
parent
9adca57b1a
commit
6584d06109
@ -22,7 +22,7 @@ namespace Steam
|
||||
{
|
||||
if (Components::Dedicated::IsDedicated()) // Dedi guid
|
||||
{
|
||||
subId = -0xDED1CADE;
|
||||
subId = ~0xDED1CADE;
|
||||
}
|
||||
else if (Components::Singleton::IsFirstInstance()) // Hardware guid
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user