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:
parent
d903e74bf6
commit
e6e33f2f9d
4 changed files with 80 additions and 15 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue