summaryrefslogtreecommitdiffstats
path: root/src/game-server/resourcemanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/resourcemanager.cpp')
-rw-r--r--src/game-server/resourcemanager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game-server/resourcemanager.cpp b/src/game-server/resourcemanager.cpp
index 7b51302..3515de1 100644
--- a/src/game-server/resourcemanager.cpp
+++ b/src/game-server/resourcemanager.cpp
@@ -35,14 +35,14 @@
#include "utils/logger.h"
-#define TMWSERV_DATADIR ""
+#define PKG_DATADIR ""
void ResourceManager::initialize()
{
PHYSFS_permitSymbolicLinks(1);
// Add the main data directory to our PhysicsFS search path
PHYSFS_addToSearchPath("data", 1);
- PHYSFS_addToSearchPath(TMWSERV_DATADIR "data", 1);
+ PHYSFS_addToSearchPath(PKG_DATADIR "data", 1);
#ifdef _WIN32
// Define the path in which to search