diff --git a/Source/platform/ctr/keyboard.cpp b/Source/platform/ctr/keyboard.cpp index 421a830e1..087bbc65c 100644 --- a/Source/platform/ctr/keyboard.cpp +++ b/Source/platform/ctr/keyboard.cpp @@ -53,10 +53,7 @@ void ctr_vkbdFlush() if (button == SWKBD_BUTTON_CONFIRM) { devilution::CopyUtf8(event.outText, mybuf, event.maxLength); - continue; } - - devilution::CopyUtf8(event.outText, event.inText, event.maxLength); } eventCount = 0;