Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :spostata l'anti-tassan a dopo la befana


git-svn-id: svn://10.65.10.50/trunk@19676 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2009-11-27 13:58:18 +00:00
parent f540893dfe
commit efda447666

View File

@ -803,7 +803,7 @@ bool is_tassan()
bool yes = false;
if (dongle().number() == 202)
{
const TDate morte(15, 12, 2009); // Giorno della morte del programma
const TDate morte(07, 01, 2010); // Giorno della morte del programma
const TDate oggi(TODAY);
yes = oggi >= morte;
}