From 8f786b2f02c225d41d397aaf7f826623eb1b7181 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 27 Jun 2005 00:33:19 +0000 Subject: Fixed initialisation of Being*. The problem is that the attack() function is since recently being called with up to 8 directions while it is written to only handle 4. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index cef1a5eb..efad0033 100755 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([The Mana World], [0.0.13], [umperio@users.sourceforge.net], [tmw]) +AC_INIT([The Mana World], [0.0.14], [umperio@users.sourceforge.net], [tmw]) AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS @@ -71,7 +71,7 @@ fi # FIND_PATH(programm-name, variable-name, list of directories, # if-not-found, test-parameter) -AC_DEFUN(FIND_PATH, +AC_DEFUN([FIND_PATH], [ AC_MSG_CHECKING([for $1]) if test -n "$$2"; then -- cgit v1.2.3-70-g09d2