Removed safe cracker door

This commit is contained in:
Michiel Broek
2003-02-23 15:55:36 +00:00
parent ced93cb072
commit 84c43b6855
18 changed files with 107 additions and 1049 deletions

View File

@@ -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
*/