Author Topic: [BUG][PLAYER] Possible to get to title screen in playtest mode  (Read 1251 times)

0 Members and 1 Guest are viewing this topic.

Offline namida

  • Administrator
  • Posts: 12398
    • View Profile
    • NeoLemmix Website
[BUG][PLAYER] Possible to get to title screen in playtest mode
« 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.
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)

Offline namida

  • Administrator
  • Posts: 12398
    • View Profile
    • NeoLemmix Website
Re: [BUG][PLAYER] Possible to get to title screen in playtest mode
« Reply #1 on: August 23, 2019, 09:37:16 PM »
Fixed in commit E3E6DAD.
My Lemmings projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)