From 897e19546ae9dae3e4197d97739a14c05c07f4aa Mon Sep 17 00:00:00 2001 From: OmniTroid Date: Wed, 15 Feb 2017 23:15:06 +0100 Subject: fixed some sfx issues --- path_functions.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'path_functions.cpp') diff --git a/path_functions.cpp b/path_functions.cpp index cab8752..a6c7b86 100644 --- a/path_functions.cpp +++ b/path_functions.cpp @@ -1,17 +1,16 @@ #include "aoapplication.h" #include "courtroom.h" -#ifndef OMNI_WIN_DEBUG -#define OMNI_WIN_DEBUG - #include #include -#endif QString AOApplication::get_base_path() { + #ifdef OMNI_DEBUG return "/media/omnitroid/Data/winshare/AO/client/base/"; +#elif defined(OMNI_WIN_DEBUG) + return "E:/AO/client/base/"; #else return (QDir::currentPath() + "/base/"); #endif -- cgit