Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dcustom_logics.cpp116 BOD_CONTROL = 0; // not opening or closing in fn_set_custom_button_operated_door()
147 if (BOD_CONTROL == BOD_WAITING) { in Custom_button_operated_door()
160 BOD_CONTROL = BOD_CLOSING; in Custom_button_operated_door()
172 if (BOD_CONTROL == BOD_OPENING) { in Custom_button_operated_door()
179 BOD_CONTROL = BOD_WAITING; // just opened - set to wait for list of people to not be here in Custom_button_operated_door()
189 } else if (BOD_CONTROL == BOD_CLOSING) { in Custom_button_operated_door()
198 BOD_CONTROL = 0; // cancel mode in Custom_button_operated_door()
213 BOD_CONTROL = BOD_WAITING; // just opened - set to wait for list of people to not be here in Custom_button_operated_door()
220 BOD_CONTROL = BOD_CLOSING; in Custom_button_operated_door()
261 BOD_CONTROL = BOD_OPENING; in Custom_button_operated_door()
H A Dcustom_logics.h38 #define BOD_CONTROL L->list[6] macro