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

Show how much time has elapsed when time is unlimited #110

Closed Falcury closed 7 years ago

Falcury commented 7 years ago

If rem_min < 0 (time is unlimited), messages will be displayed like so: 10 MINUTES PASSED (similar to 60 MINUTES LEFT). For the first minute, nothing will be displayed. Every five minutes, the time message is spontaneously displayed. It is also displayed when you press space, or when the level (re)starts.