From e957a44fe63273d04e8c063f9330205c448ae66c Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 21 Sep 2017 02:35:09 +0000 Subject: [PATCH] Cheats enabled in release. I plan to put a bit pop-up warning about it breaking the game and dmods later though git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1499 353e56fe-9613-0410-8469-b96ad8e6f29c --- source/App.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/App.cpp b/source/App.cpp index ff01645..a0403b0 100644 --- a/source/App.cpp +++ b/source/App.cpp @@ -539,7 +539,6 @@ if (GetEmulatedPlatformID() == PLATFORM_ID_IOS) } #ifdef _DEBUG - GetApp()->SetCheatsEnabled(true); #endif #ifdef _WIN32 @@ -548,6 +547,8 @@ if (GetEmulatedPlatformID() == PLATFORM_ID_IOS) //GetApp()->SetCheatsEnabled(true); #endif +GetApp()->SetCheatsEnabled(true); + bool bSound = m_varDB.GetVarWithDefault("sound", uint32(1))->GetUINT32() != 0; GetAudioManager()->SetSoundEnabled(bSound);