PGCC_PRC8/_module/nss/vtw_allowalign.nss

12 lines
210 B
Plaintext
Raw Normal View History

2024-10-09 14:17:22 -04:00
//allow alignment shift from setup helper
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetModule(), "iAllowAlignmentShift") == 1))
return FALSE;
return TRUE;
}