12 lines
186 B
Plaintext
12 lines
186 B
Plaintext
#include "fcb_inc_vars"
|
|
#include "fcb_inc_general"
|
|
|
|
void main()
|
|
{
|
|
SetLocalInt(GetModule(), "iAllowExceedILR", 0);
|
|
|
|
switch_ILR_enable(TRUE);
|
|
}
|
|
|
|
//modified by hohos (Dec 02, 2006)
|