Skip to content
New issue

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

int variables still in use and should be deprecated #2

Open
bcrisologo opened this issue Dec 21, 2023 · 1 comment
Open

int variables still in use and should be deprecated #2

bcrisologo opened this issue Dec 21, 2023 · 1 comment

Comments

@bcrisologo
Copy link

Please see the int variables that could pose problems for the Year 2038.

Sample ones found:

int rotatehit(void);
int hithoredge(int way);
int hitveredge(void);
int x,y,realx,realy,type,direction,level=1,current,delayt;

Save this repo!

@runwuf
Copy link
Owner

runwuf commented Dec 21, 2023

@bcrisologo we should be fine, these are not counting seconds, won't cause world apocalypse 😛

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants