Home
last modified time | relevance | path

Searched refs:S_OFF (Results 1 – 5 of 5) sorted by relevance

/dragonfly/games/phantasia/
HDphantdefs.h16 #define S_OFF 1 /* not playing */ macro
HDmisc.c632 Player.p_status = S_OFF; in allocrecord()
676 Player.p_status = S_OFF; in leavegame()
1247 case S_OFF: in descrstatus()
HDinterplayer.c39 if (Other.p_status != S_OFF in checkbattle()
703 if (Other.p_status != S_OFF) { in throneroom()
HDgamesupport.c414 playerp->p_status = S_OFF; in changestats()
HDmain.c789 if (Player.p_status != S_OFF) { in recallplayer()