diff --git a/code/qcommon/common.c b/code/qcommon/common.c index 624bd1223..8d62bb923 100644 --- a/code/qcommon/common.c +++ b/code/qcommon/common.c @@ -2978,9 +2978,9 @@ int Com_EventLoop( void ) { CL_DropFile(ev.evPtr, ev.evPtrLength); break; */ -#endif #endif // !DEDICATED + case SE_CONSOLE: Cbuf_AddText( (char *)ev.evPtr ); Cbuf_AddText( "\n" );