9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
|
#include "fcb_inc_vars"
|
||
|
|
||
|
//==========================================/
|
||
|
int StartingConditional()
|
||
|
//==========================================/
|
||
|
{
|
||
|
return ((FILTER_F1 & GetLocalInt(FCB_HOST, STACK_STATE)) > UI_STACK_DEFAULT_OFFSET);
|
||
|
}
|