diff options
Diffstat (limited to 'code/client')
-rw-r--r-- | code/client/cl_cgame.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/code/client/cl_cgame.c b/code/client/cl_cgame.c index ef15798..42fcdb7 100644 --- a/code/client/cl_cgame.c +++ b/code/client/cl_cgame.c @@ -339,6 +339,8 @@ rescan: // clear notify lines and outgoing commands before passing // the restart to the cgame Con_ClearNotify(); + // reparse the string, because Con_ClearNotify() may have done another Cmd_TokenizeString() + Cmd_TokenizeString( s ); Com_Memset( cl.cmds, 0, sizeof( cl.cmds ) ); return qtrue; } |