mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@880 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
4a69a33e36
commit
c3cc992d65
1 changed files with 1 additions and 0 deletions
|
@ -782,6 +782,7 @@ int OSD_HandleChar(char ch)
|
||||||
}
|
}
|
||||||
else if (ch == 3) // control c
|
else if (ch == 3) // control c
|
||||||
{
|
{
|
||||||
|
osdeditbuf[osdeditlen] = 0;
|
||||||
OSD_Printf("%s\n",osdeditbuf);
|
OSD_Printf("%s\n",osdeditbuf);
|
||||||
osdeditlen=0;
|
osdeditlen=0;
|
||||||
osdeditcursor=0;
|
osdeditcursor=0;
|
||||||
|
|
Loading…
Reference in a new issue