diff options
Diffstat (limited to 'source/ui_script.c')
-rw-r--r-- | source/ui_script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ui_script.c b/source/ui_script.c index a51fbde..13ef163 100644 --- a/source/ui_script.c +++ b/source/ui_script.c @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. static menuSound_t Activate( menuCommon_t *self ) { menuAction_t *action = ( menuAction_t * )self; - Cbuf_AddText( action->cmd ); + Cbuf_AddText( &cmd_buffer, action->cmd ); return QMS_NOTHANDLED; } |