1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-18 12:29:42 +00:00

Little path correction for win32, this repairs screenshot and frame dumping functions.

This commit is contained in:
fgenesis 2011-11-20 23:47:24 +01:00
commit e6e33f2f9d
4 changed files with 80 additions and 15 deletions

View file

@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "DSQ.h"
#include "Game.h"
std::string baseModPath = "_mods/";
static std::string baseModPath = "./_mods/";
void refreshBaseModPath()
{