-
Notifications
You must be signed in to change notification settings - Fork 25
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
Game freezes #20
Comments
OK, found the code. Seems rand() issue on Amiga. |
The function |
Game loops if it is run on low end cpus. For example when enemy wizard disappears. |
Oh, I see. Sounds bad. Did you find a fix or wrokaround? |
I'll try to optimize game first. If that won't help I'll make some workaround. |
Overall looks like rand() issue, yes. |
Not sure again. collisionTiles[gridX][gridY] is alwas same as collisionTiles[gridX][gridY+1]
|
I have to investigate... |
Setting gridY to 3 worked for me. |
I still haven't looked into this. But glad you found some workaround! |
Hi,
I'm having issue on Amiga 68k port (Big Endian).
Game freezes in fifth level LOLIDRA'S CAVE.
I'm in location when there are 3 enemies that dissapear and when they do game freeze.
The text was updated successfully, but these errors were encountered: