diff options
| author | OmniTroid <davidskoland@gmail.com> | 2017-02-14 02:06:04 +0100 |
|---|---|---|
| committer | OmniTroid <davidskoland@gmail.com> | 2017-02-14 02:06:04 +0100 |
| commit | 6f9329efac5c00c1e5226b44b23e8ed2a149d3c7 (patch) | |
| tree | 8659a0805397126f70934eec2691bbc04e90a826 /path_functions.cpp | |
| parent | 229d2d4de573c4c0bac1cffb6b074620de4f7311 (diff) | |
removed cheap hack
Diffstat (limited to 'path_functions.cpp')
| -rw-r--r-- | path_functions.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/path_functions.cpp b/path_functions.cpp index 3f9b6d8..5c58e3d 100644 --- a/path_functions.cpp +++ b/path_functions.cpp @@ -10,14 +10,11 @@ QString AOApplication::get_base_path(){ - return "E:/AO/client/base/"; - /* #ifdef OMNI_DEBUG return "/media/omnitroid/Data/winshare/AO/client/base/"; #else return (QDir::currentPath() + "/base/"); #endif -*/ } |
