Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/branches/R_10_00@21053 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2010-10-22 10:42:07 +00:00
parent 758232254b
commit f18c9a1569

View File

@ -413,7 +413,8 @@ bool TAttribuzioneBenemerenze::set_print(int)
str = c->get();
int m_anni = atoi(str);
str = c->get();
bool solodim = atoi(str);
const int sd = atoi(str);
bool solodim = sd > 0;
if (bonus > bonusctrl)
{
bool attribuisci = false;