bug with curgame

This commit is contained in:
p.kosyh@gmail.com 2009-02-21 16:12:07 +00:00
parent 7f772ef6fa
commit 1c6bb4779e
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
VERSION := \"0.7.2\"
VERSION := \"0.7.3\"
DESTDIR=/usr/local
BIN=$(DESTDIR)/bin

View file

@ -21,7 +21,7 @@ int opt_autosave = 0;
char *opt_game = NULL;
char game_cwd[PATH_MAX];
char *curgame;
char *curgame = NULL;
int cfg_parse(const char *path);
char *game_cfg_path(void);