Mercurial > hg > early-roguelike
diff srogue/rogue.ext @ 37:34d7a614855e
srogue: add support for SAVEDIR
author | elwin |
---|---|
date | Thu, 25 Nov 2010 17:28:29 +0000 |
parents | 2128c7dc8a40 |
children | 94a0d9dd5ce1 |
line wrap: on
line diff
--- a/srogue/rogue.ext Thu Nov 25 12:21:41 2010 +0000 +++ b/srogue/rogue.ext Thu Nov 25 17:28:29 2010 +0000 @@ -20,7 +20,7 @@ EXTINT prntfile(), unconfuse(), sapem(); EXTINT noteth(), notregen(), notinvinc(), unsee(), nohaste(), npch(); EXTBOOL running, nochange, after, inwhgt, isfight, firstmove, nlmove; -EXTBOOL wizard, waswizard, in_shell, amulet, door_stop, playing; +EXTBOOL wizard, waswizard, in_shell, amulet, door_stop, playing, use_savedir; EXTBOOL notify, ws_know[], p_know[], s_know[], r_know[], inpool; EXTCHAR home[], file_name[], whoami[], fruit[], curpurch[], scorefile[]; EXTCHAR *r_stones[], *p_colors[], *s_names[], *ws_type[], *ws_made[];