NagyD / SDLPoP

An open-source port of Prince of Persia, based on the disassembly of the DOS version.
GNU General Public License v3.0
1.1k stars 141 forks source link

Various bug fixes #101

Closed Falcury closed 7 years ago

Falcury commented 7 years ago

Sorry about the so many separate things... I bundled some more bug fixes together, to avoid making pull requests for each separate issue. I hope that's OK.

NagyD commented 7 years ago

Fix feather fall effect being interrupted by the level door opening

Clarification: The feather fall music stops when the exit door finishes opening. This bug is present in the original game as well.

NagyD commented 7 years ago

Fix error due to missing mkdir() argument on Linux

I already did that here: 4a75006a9d65e6a86ddae519eadbb5d700403b0c

Falcury commented 7 years ago

I already did that here: 4a75006

Yes, you're right. Maybe I should not bundle separate stuff together like this, so it does not become a problem if one of the commits needs to be taken out.