(fix @Shooter 'e aittir.)
Fix için shooter'e teşekkür ederiz.
Kod Bloğunu Bulun
#ifdef ENABLE_CHEQUE_SYSTEM
case POINT_CHEQUE:
{
const int64_t nTotalCheque = static_cast<int64_t>(GetCheque()) + static_cast<int64_t>(amount);
if (CHEQUE_MAX <= nTotalCheque)...