summaryrefslogtreecommitdiff
path: root/include/path.h
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-01 21:30:00 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-01 21:30:00 +0000
commit8a14d60d2078b4bcdfc789b1b9794e2008979f02 (patch)
treea6095da867303ec71fed55a952ecd45fc0835417 /include/path.h
parentf5258aed755575c1abf269348e4e335cdcb17a3b (diff)
- screen na vyberanie aren
- areny z povodnych tuxancov boli prescriptovane do tuxanci-ng, treba este dopisat teleporty a rury git-svn-id: http://opensvn.csie.org/tuxanci_ng@7 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'include/path.h')
-rw-r--r--include/path.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/include/path.h b/include/path.h
index b48e3d4..11eeaee 100644
--- a/include/path.h
+++ b/include/path.h
@@ -3,16 +3,14 @@
#define PATH_H
-//#define PATH_DIST_DIR "/usr/local/share/tuxanci-ng/"
+#define PATH_DIR "share/tuxanci-ng/"
-#define PATH_DIST_DIR "/usr/share/tuxanci-ng/"
-
-#define PATH_IMAGE PATH_DIST_DIR "image/"
-#define PATH_FONT PATH_DIST_DIR "font/"
-#define PATH_ARENA PATH_DIST_DIR "arena/"
-#define PATH_SOUND PATH_DIST_DIR "sound/"
-#define PATH_MUSIC PATH_DIST_DIR "music/"
-#define PATH_CONFIG PATH_DIST_DIR "conf/"
-#define PATH_LANG PATH_DIST_DIR "lang/"
+#define PATH_IMAGE DISTDIR PATH_DIR "image/"
+#define PATH_FONT DISTDIR PATH_DIR "font/"
+#define PATH_ARENA DISTDIR PATH_DIR "arena/"
+#define PATH_SOUND DISTDIR PATH_DIR "sound/"
+#define PATH_MUSIC DISTDIR PATH_DIR "music/"
+#define PATH_CONFIG DISTDIR PATH_DIR "conf/"
+#define PATH_LANG DISTDIR PATH_DIR "lang/"
#endif