game fixes

This commit is contained in:
2024-07-05 15:12:03 -04:00
parent c14a6b7dd6
commit 2eaf6591e9
45 changed files with 7241 additions and 39 deletions
@@ -45,14 +45,15 @@ namespace Qoo.Game
}
KsInput.Enable = false;
KsInput.Clear();
/*bool flag = KsExec.ExecPay(Param, Value, count);
/*bool flag = KsExec.ExecPay(Param, Value, count);
if (flag)
{
KsInput.Enable = true;
}
return flag;*/
//should disable all payment checks
return true;
//should disable all payment checks
KsInput.Enable = true;
return true;
}
}
else