Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
briancullinan2 committed Jul 14, 2024
1 parent dc2ba09 commit 1827608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/qcommon/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" );
Expand Down

0 comments on commit 1827608

Please sign in to comment.