From c569afa0993d365d09de909f7df7a78d47d71f4d Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sun, 18 Mar 2012 16:28:30 +0100 Subject: [PATCH] automated levels' path finding + various info for marmalade --- emstar.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emstar.el b/emstar.el index 30a9372..0cfb864 100644 --- a/emstar.el +++ b/emstar.el @@ -1,10 +1,12 @@ ;;; emstar.el --- Emstar Game +;; Version: 1.1 ;; Copyright ;; © Gwenhael Le Moine ;; Author: Gwenhael Le Moine ;; Keywords: games +;; URL: https://github.com/cycojesus/emstar ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -68,7 +70,7 @@ players current level.") generated from all available playerfiles, if `emstar-playerfiles-dir' is none nil.") -(defcustom emstar-levels-dir "/usr/local/share/emstar/emstar-levels" +(defcustom emstar-levels-dir (concat (file-name-directory load-file-name) "/emstar-levels") "*Directory holding the emstar level files" :group 'emstar :type 'string)