JAG is an arcade-puzzle 2D game. The aim of JAG is to break all of the target pieces on each level, and to do this before the time runs out. tweaks & ok landry
13 lines
423 B
Plaintext
13 lines
423 B
Plaintext
$OpenBSD: patch-gameprofile_cpp,v 1.1.1.1 2013/01/27 23:54:51 stsp Exp $
|
|
--- gameprofile.cpp.orig Wed Jan 9 03:39:07 2013
|
|
+++ gameprofile.cpp Wed Jan 9 03:39:18 2013
|
|
@@ -66,7 +66,7 @@ GameProfile::GameProfile(QObject *parent) : QObject(pa
|
|
#ifdef Q_OS_WIN32
|
|
userPath += "/Application Data/XlabSoft/JAG/";
|
|
#else
|
|
- userPath += "/.xlabsoft/jag/";
|
|
+ userPath += "/.jag/";
|
|
#endif
|
|
|
|
QDir userdir(userPath);
|