(b17b66c5f) updated remora and drone

This commit is contained in:
Joonas Rikkonen
2019-05-06 11:35:29 +03:00
parent 7559fc3d7c
commit 26eaf244ed
16 changed files with 68 additions and 336 deletions
@@ -7,7 +7,15 @@ namespace Barotrauma.Steam
{
partial class SteamManager
{
#if DEBUG
public static bool USE_STEAM
{
get { return GameMain.Config.UseSteam; }
}
#else
//cannot enable/disable steam in release builds
public const bool USE_STEAM = true;
#endif
public const uint AppID = 602960;