13 lines
210 B
Plaintext
13 lines
210 B
Plaintext
#include "fcb_inc_vars"
|
|
#include "fcb_inc_cvdisp"
|
|
#include "fcb_inc_general"
|
|
|
|
void main()
|
|
{
|
|
SetLocalInt(GetModule(), "iAllowForge", 1);
|
|
|
|
switch_forge_enable(TRUE);
|
|
}
|
|
|
|
//modified by hohos (Dec 02, 2006)
|