Skip to content
Snippets Groups Projects
Commit e97b7179 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix missing CRLF in chooseplayer.

parent fe0e9ea9
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,7 @@ function chooseplayer()
ch = getkey().toUpperCase();
if (ch !== 'N')
ch = 'Y';
lln('`%' + ch);
if (ch === 'Y')
return i;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment