Ported changes from 0.3.1 and bumped version to 0.3.2-SVN
[supertux.git] / src / main.cpp
index cca8615..2b1c025 100644 (file)
@@ -218,8 +218,6 @@ static void init_physfs(const char* argv0)
 #else
     datadir = APPDATADIR;
 #endif
-    datadir += "/";
-    datadir += application;
     if(!PHYSFS_addToSearchPath(datadir.c_str(), 1)) {
       log_warning << "Couldn't add '" << datadir << "' to physfs searchpath: " << PHYSFS_getLastError() << std::endl;
     }