comparison 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
comparison
equal deleted inserted replaced
36:2128c7dc8a40 37:34d7a614855e
18 EXTINT rchg_str(), wghtchk(), stomach(), doctor(), runners(), status(), sight(); 18 EXTINT rchg_str(), wghtchk(), stomach(), doctor(), runners(), status(), sight();
19 extern void quit(), auto_save(), endit(), byebye(), game_err(); 19 extern void quit(), auto_save(), endit(), byebye(), game_err();
20 EXTINT prntfile(), unconfuse(), sapem(); 20 EXTINT prntfile(), unconfuse(), sapem();
21 EXTINT noteth(), notregen(), notinvinc(), unsee(), nohaste(), npch(); 21 EXTINT noteth(), notregen(), notinvinc(), unsee(), nohaste(), npch();
22 EXTBOOL running, nochange, after, inwhgt, isfight, firstmove, nlmove; 22 EXTBOOL running, nochange, after, inwhgt, isfight, firstmove, nlmove;
23 EXTBOOL wizard, waswizard, in_shell, amulet, door_stop, playing; 23 EXTBOOL wizard, waswizard, in_shell, amulet, door_stop, playing, use_savedir;
24 EXTBOOL notify, ws_know[], p_know[], s_know[], r_know[], inpool; 24 EXTBOOL notify, ws_know[], p_know[], s_know[], r_know[], inpool;
25 EXTCHAR home[], file_name[], whoami[], fruit[], curpurch[], scorefile[]; 25 EXTCHAR home[], file_name[], whoami[], fruit[], curpurch[], scorefile[];
26 EXTCHAR *r_stones[], *p_colors[], *s_names[], *ws_type[], *ws_made[]; 26 EXTCHAR *r_stones[], *p_colors[], *s_names[], *ws_type[], *ws_made[];
27 EXTCHAR *ws_guess[], *s_guess[], *r_guess[], *p_guess[];/*, *unctrl();*/ 27 EXTCHAR *ws_guess[], *s_guess[], *r_guess[], *p_guess[];/*, *unctrl();*/
28 EXTCHAR morestr[], prbuf[], huh[], *identify(), *vowelstr(); 28 EXTCHAR morestr[], prbuf[], huh[], *identify(), *vowelstr();