Home
last modified time | relevance | path

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

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