From 6584d0610938d8a770d798edf8b3c510f4a06d00 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sun, 27 Dec 2015 20:17:50 +0100 Subject: [PATCH] Use not instead. --- iw4/Steam/Interfaces/SteamUser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iw4/Steam/Interfaces/SteamUser.cpp b/iw4/Steam/Interfaces/SteamUser.cpp index 95481e4c..eac100b2 100644 --- a/iw4/Steam/Interfaces/SteamUser.cpp +++ b/iw4/Steam/Interfaces/SteamUser.cpp @@ -22,7 +22,7 @@ namespace Steam { if (Components::Dedicated::IsDedicated()) // Dedi guid { - subId = -0xDED1CADE; + subId = ~0xDED1CADE; } else if (Components::Singleton::IsFirstInstance()) // Hardware guid {