From: Andre Date: Sun, 2 Jul 2006 15:25:37 +0000 (+0200) Subject: sdl_gui.ggo: update stat command X-Git-Tag: v0.2.14~59^2~13 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=a4c8f19611719b861c7c6f0ca875274767605d89;ds=sidebyside sdl_gui.ggo: update stat command The -t option of para_audioc was removed some time ago, so do not use it in the default stat_command. --- diff --git a/sdl_gui.ggo b/sdl_gui.ggo index 3d04f8a2..8ea49287 100644 --- a/sdl_gui.ggo +++ b/sdl_gui.ggo @@ -4,5 +4,5 @@ option "width" x "Specify screen width" int typestr="pixels" default="1024" opti option "height" y "Specify screen height" int typestr="pixels" default="768" optional option "config_file" c "(default='~/.paraslash/sdl_gui.conf')" string typestr="filename" optional option "window-id" w "(currently ignored)" string typestr="filename" optional -option "stat_cmd" s "command to read server and audiod status data from" string typestr="command" default="para_audioc -t 100 stat" optional +option "stat_cmd" s "command to read server and audiod status data from" string typestr="command" default="para_audioc stat" optional option "pic_cmd" p "command to read pic from" string typestr="command" default="para_client pic" optional