mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 22:27:57 +03:00
Removed buffer from Message_Key
This commit is contained in:
parent
2a34e54000
commit
4aad275e3b
1 changed files with 0 additions and 4 deletions
|
@ -344,10 +344,6 @@ In game talk message
|
||||||
================
|
================
|
||||||
*/
|
*/
|
||||||
void Message_Key( int key ) {
|
void Message_Key( int key ) {
|
||||||
|
|
||||||
char buffer[MAX_STRING_CHARS];
|
|
||||||
|
|
||||||
|
|
||||||
if (key == K_ESCAPE) {
|
if (key == K_ESCAPE) {
|
||||||
Key_SetCatcher( Key_GetCatcher( ) & ~KEYCATCH_MESSAGE );
|
Key_SetCatcher( Key_GetCatcher( ) & ~KEYCATCH_MESSAGE );
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue