mgerdes / Open-Golf

A cross-platform minigolf game written in C.
MIT License
1.79k stars 85 forks source link

Infinite void #1

Closed Procyon3 closed 3 years ago

Procyon3 commented 3 years ago

In the last hole, where a barrier pops up before a C-shaped loop, it's possible to hit the ball over the background mountains into an infinite void. The game doesn't continue.

mgerdes commented 3 years ago

This should be fixed now. There was a bug with how I was checking if the ball fell through the map or got outside the mountains.