PGCC_PRC8/_module/nss/vtw_allowalign.nss
Jaysyn904 e51634d39b Initial upload
Initial upload.
2024-10-09 14:17:22 -04:00

12 lines
210 B
Plaintext

//allow alignment shift from setup helper
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetModule(), "iAllowAlignmentShift") == 1))
return FALSE;
return TRUE;
}