Removed buffer from Message_Key

This commit is contained in:
smallmodel 2023-07-21 20:35:26 +02:00
parent 2a34e54000
commit 4aad275e3b
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -344,10 +344,6 @@ In game talk message
================
*/
void Message_Key( int key ) {
char buffer[MAX_STRING_CHARS];
if (key == K_ESCAPE) {
Key_SetCatcher( Key_GetCatcher( ) & ~KEYCATCH_MESSAGE );
return;