Home
last modified time | relevance | path

Searched refs:talk_xlast (Results 1 – 2 of 2) sorted by relevance

/dports/games/spellcast/spellcast/
H A Dxtalk.c24 py->talk_xlast = (-1);
47 if (py->talk_x != py->talk_xlast) {
48 caret[0].x = TALK_X+py->talk_xlast - 2;
51 py->talk_xlast = py->talk_x;
H A Dxspell.h104 int talk_pt, talk_xlast, talk_x, talk_toobig; member