From 6971e7898fd0d9f36876da502b055426d31e34df Mon Sep 17 00:00:00 2001 From: fgenesis Date: Mon, 15 Feb 2016 17:17:18 +0100 Subject: [PATCH] Always respect AQUARIA_EXTRA_DATA_DIR define. Thx smls. --- Aquaria/Main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Aquaria/Main.cpp b/Aquaria/Main.cpp index ed237b8..9af0c15 100644 --- a/Aquaria/Main.cpp +++ b/Aquaria/Main.cpp @@ -99,8 +99,7 @@ static void CheckConfig(void) dsqParam = AQUARIA_DEFAULT_DATA_DIR; #endif #ifdef AQUARIA_EXTRA_DATA_DIR - if(!envPath) - extraDataDir = AQUARIA_EXTRA_DATA_DIR; + extraDataDir = AQUARIA_EXTRA_DATA_DIR; #endif #endif