Lemmings Forums

NeoLemmix => Bugs & Suggestions => Closed => Topic started by: namida on September 19, 2018, 08:55:03 PM

Title: [BUG][PLAYER] Possible to get to title screen in playtest mode
Post by: namida on September 19, 2018, 08:55:03 PM
1. Playtest a level that has a preview and/or postview text
2. Get to the preview / postview text screen
3. Press Esc

You are now on the main menu screen.

This does not happen if you press Esc on the main preview or postview screens; they exit correctly. The code that detects playtest mode and terminates rather than returning to main menu simply needs to be copied to GameTextScreen.

Or, even better: When in playtest mode, change all attempts to load the menu screen to instead exit.
Title: Re: [BUG][PLAYER] Possible to get to title screen in playtest mode
Post by: namida on August 23, 2019, 09:37:16 PM
Fixed in commit E3E6DAD.