Home
last modified time | relevance | path

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

/dports/games/spellcast/spellcast/
H A Dxtalk.c26 py->talk_toobig = 0;
60 py->talk_toobig = (width >= (TALK_W-py->lineheight));
94 if (!py->talk_toobig) {
H A Dxspell.h104 int talk_pt, talk_xlast, talk_x, talk_toobig; member