Tweaked settings and converted client speed to float so its smoother and more natural
This commit is contained in:
@@ -58,6 +58,10 @@ namespace Caisses
|
||||
TimeOfTheDayInMinuts++;
|
||||
if (TimeOfTheDayInMinuts % 60 == 0)
|
||||
{
|
||||
if (TimeOfTheDayInMinuts >= 24 * 60)
|
||||
{
|
||||
TimeOfTheDayInMinuts = 0;
|
||||
}
|
||||
//Its a new Hour so we can send the new clients
|
||||
int amountOfNewCLients = ATTENDANCE[TimeOfTheDayInHours];
|
||||
FillStore(amountOfNewCLients);
|
||||
|
||||
Reference in New Issue
Block a user