From b20db5fb8a0828fe313c4792d2654928e0ea82b0 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Mon, 25 Aug 2014 14:55:18 -0400 Subject: [PATCH] add a no install check define --- src/gui/game/GameController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/game/GameController.cpp b/src/gui/game/GameController.cpp index fc4c15628..43f039664 100644 --- a/src/gui/game/GameController.cpp +++ b/src/gui/game/GameController.cpp @@ -730,7 +730,7 @@ void GameController::Tick() #ifdef LUACONSOLE ((LuaScriptInterface*)commandInterface)->Init(); #endif -#ifndef MACOSX +#if !defined(MACOSX) && !defined(NO_INSTALL_CHECK) if(!Client::Ref().GetPrefBool("InstallCheck", false)) { Client::Ref().SetPref("InstallCheck", true);