We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/src/client/netclient.c
update_ticks() . . . . . /* Wrap every day */ if ((ticks < last_sent) || (ticks < last_received)) last_sent = last_received = 0; printf(" ticks->%d\n", ticks); printf(" last_sent->%d\n", last_sent); printf("last_received->%d\n", last_received);
Checked the variables 'ticks', 'last_sent', 'last_received' in the game every day are not reset to = 0.
'ticks'
'last_sent'
'last_received'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
/src/client/netclient.c
Checked the variables
'ticks'
,'last_sent'
,'last_received'
in the game every day are not reset to = 0.The text was updated successfully, but these errors were encountered: