Home
last modified time | relevance | path

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

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dunit.h118 short appear_var_y; /*!< variation around appearance location */ member
480 #define unit_appear_var_y(unit) ((unit)->extras ? (unit)->extras->appear_var_y : -1)
H A Dunit.c401 unit->extras->appear_var_y = -1; in init_unit_extras()
H A Dread.c3685 unit->extras->appear_var_y = c_number(val2); in interp_unit()