Removed safe cracker door
This commit is contained in:
@@ -250,19 +250,6 @@ void load_maincfg(void)
|
||||
CFG.MsgInputColourF = CYAN;
|
||||
CFG.MsgInputColourB = BLACK;
|
||||
|
||||
/*
|
||||
* Safe Door
|
||||
*/
|
||||
CFG.iSafeFirstDigit = 1;
|
||||
CFG.iSafeSecondDigit = 2;
|
||||
CFG.iSafeThirdDigit = 3;
|
||||
CFG.iSafeMaxTrys = 4;
|
||||
CFG.iSafeMaxNumber = 20;
|
||||
CFG.iSafeNumGen = FALSE;
|
||||
strcpy(CFG.sSafePrize, "Free access for a year!");
|
||||
sprintf(CFG.sSafeWelcome, "safewel");
|
||||
sprintf(CFG.sSafeOpened, "safeopen");
|
||||
|
||||
/*
|
||||
* Paging
|
||||
*/
|
||||
|
Reference in New Issue
Block a user