Home
last modified time | relevance | path

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

/dports/games/xtrojka/xtrojka123/
H A Dtr_core.c576 tv_shadow[x-1][y-1] in tf_field_scan()
577 = tv_shadow[x+1][y+1] in tf_field_scan()
578 = tv_shadow[x][y] = tc_tagged; in tf_field_scan()
583 tv_shadow[x-1][y+1] in tf_field_scan()
584 = tv_shadow[x][y] in tf_field_scan()
590 tv_shadow[x-1][y] in tf_field_scan()
591 = tv_shadow[x+1][y] in tf_field_scan()
592 = tv_shadow[x][y] = tc_tagged; in tf_field_scan()
673 if(tv_shadow[x][y] == tc_tagged) { in tf_shift_blocks()
676 tv_shadow[x][y] = tc_clear; in tf_shift_blocks()
[all …]