Home
last modified time | relevance | path

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

/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Dwu.c47 static struct telstr last_tel[MAXNOC]; variable
52 last_tel[to].tel_from = NATID_BAD; in clear_telegram_is_new()
58 if (tel->tel_from != last_tel[to].tel_from in telegram_is_new()
59 || tel->tel_type != last_tel[to].tel_type in telegram_is_new()
61 && tel->tel_date - last_tel[to].tel_date > TEL_SECONDS)) { in telegram_is_new()
62 last_tel[to] = *tel; in telegram_is_new()