From d3dd8923946c1192185f71f69aa73080b6e84c4b Mon Sep 17 00:00:00 2001 From: Eugene Date: Fri, 6 Sep 2024 23:34:06 +0300 Subject: [PATCH] corrected definition --- code/qcommon/qcommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h index 095cf9455..fabbab471 100644 --- a/code/qcommon/qcommon.h +++ b/code/qcommon/qcommon.h @@ -478,7 +478,7 @@ void Cbuf_Execute( void ); // Normally called once per frame, but may be explicitly invoked. // Do not call inside a command function, or current args will be destroyed. -qboolean Cbuf_Wait( void ); +void Cbuf_Wait( void ); // Checks if wait command timeout remaining //===========================================================================