Home
last modified time | relevance | path

Searched refs:button_lit (Results 1 – 3 of 3) sorted by relevance

/dports/games/spellcast/spellcast/
H A Dxbutton.c100 if (py->button_lit != (-1)) {
101 hitx = py->button_lit % BBOX_W;
102 hity = py->button_lit / BBOX_W;
108 py->button_lit = bnum;
109 if (py->button_lit != (-1)) {
110 hitx = py->button_lit % BBOX_W;
111 hity = py->button_lit / BBOX_W;
126 light_button(py, py->button_lit);
262 if (py->button_lit!=0)
266 if (py->button_lit!=(-1))
[all …]
H A Dxspell.h83 int button_lit; member
H A Dmain.c365 py->button_lit = (-1);