Skip to content

Commit

Permalink
Merge pull request #571 from mbbsemu/552-wccmmud-majormud-train-stats…
Browse files Browse the repository at this point in the history
…-full-screen-editor-does-not-return-control-to-the-character

Do not increment UsrPtr.Substt when exiting FSD.
  • Loading branch information
paladine committed Feb 8, 2023
2 parents b766ec1 + e049fa3 commit 81ffe18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MBBSEmu/HostProcess/HostRoutines/FsdRoutines.cs
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,6 @@ private void ExitingFullScreenDisplay(SessionBase session)
//Invokes STT on exit
session.SessionState = EnumSessionState.InModule;
session.Status.Enqueue(EnumUserStatus.CR_TERMINATED_STRING_AVAILABLE);
session.UsrPtr.Substt++;
}

/// <summary>
Expand Down

0 comments on commit 81ffe18

Please sign in to comment.