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