9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int iReturn = GetLocalInt(GetModule(), "iAllowAlignmentShift");
|
||
|
|
||
|
if (iReturn !=1) return TRUE;
|
||
|
|
||
|
else return FALSE;
|
||
|
}
|