[quake3-commits] [ioquake/ioq3] 1c8b11: Fix being unable to enter Team Arena CD key
Zack Middleton
noreply at github.com
Sat Oct 23 08:48:32 EDT 2021
Branch: refs/heads/main
Home: https://github.com/ioquake/ioq3
Commit: 1c8b1122c52569cfdfb52eee9a87fe396cfdb957
https://github.com/ioquake/ioq3/commit/1c8b1122c52569cfdfb52eee9a87fe396cfdb957
Author: Zack Middleton <zack at cloemail.com>
Date: 2021-10-23 (Sat, 23 Oct 2021)
Changed paths:
M code/qcommon/common.c
Log Message:
-----------
Fix being unable to enter Team Arena CD key
The CD key defaulted to spaces. Q3 UI uses text overwrite mode by
default so typing the CD key writes over the spaces. Team Arena UI
uses text insert mode by default so to enter the CD key the user
had to delete the spaces or toggling overwrite mode by pressing
the insert key.
Now the CD key defaults to empty so in Team Arena you can just type
it in.
More information about the quake3-commits
mailing list