mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-26 06:20:48 +00:00
Bug (Überlauf?!) in der Konsole behoben
This commit is contained in:
parent
11758fa473
commit
69d3d61d5f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ key up events are sent even if in console mode
|
|||
*/
|
||||
|
||||
|
||||
#define MAXCMDLINE 512
|
||||
#define MAXCMDLINE 256
|
||||
char key_lines[32][MAXCMDLINE];
|
||||
int key_linepos;
|
||||
int shift_down=false;
|
||||
|
|
Loading…
Reference in a new issue