diff --git a/Source/control.cpp b/Source/control.cpp index 62be5da82..ce8711c17 100644 --- a/Source/control.cpp +++ b/Source/control.cpp @@ -1692,6 +1692,7 @@ void ResetChat() { ChatFlag = false; SDL_StopTextInput(); + ChatCursor = {}; ChatInputState = std::nullopt; sgbPlrTalkTbl = 0; RedrawEverything();