[opendemo-cvs] CVS: opendemo/tools/odcut odcutgui.pm,1.37,1.38
Status: Beta
Brought to you by:
girlich
From: Uwe G. <gi...@us...> - 2004-10-22 20:14:32
|
Update of /cvsroot/opendemo/opendemo/tools/odcut In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5299 Modified Files: odcutgui.pm Log Message: activate 'start both' menu entry give just started external program the right demofile name Index: odcutgui.pm =================================================================== RCS file: /cvsroot/opendemo/opendemo/tools/odcut/odcutgui.pm,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** odcutgui.pm 30 Mar 2004 08:09:45 -0000 1.37 --- odcutgui.pm 22 Oct 2004 20:14:21 -0000 1.38 *************** *** 72,76 **** $action_menu->Append( 16, "Create FIFO", "Create named pipe (FIFO)"); EVT_MENU($self,16,\&OnFIFO); ! # $action_menu->Append( 17, "Start Map and FIFO", "Start Map in game and FIFO writing"); EVT_MENU($self,17,\&OnBothStart); my( $help_menu ) = Wx::Menu->new( '', wxMENU_TEAROFF ); --- 72,76 ---- $action_menu->Append( 16, "Create FIFO", "Create named pipe (FIFO)"); EVT_MENU($self,16,\&OnFIFO); ! $action_menu->Append( 17, "Start Map and FIFO", "Start Map in game and FIFO writing"); EVT_MENU($self,17,\&OnBothStart); my( $help_menu ) = Wx::Menu->new( '', wxMENU_TEAROFF ); *************** *** 652,656 **** my $stream = $self->{"odgame"}->GetOutputStream(); ! my $demofile = $output->get_currentfile()->name(); my $map = $output->get_currentfile()->mapname(); --- 652,656 ---- my $stream = $self->{"odgame"}->GetOutputStream(); ! my $demofile = $output->get_outputfile(); my $map = $output->get_currentfile()->mapname(); |