~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to src/tools/tRecorder.cpp

  • Committer: Voodoo
  • Date: 2011-07-28 18:46:18 UTC
  • mfrom: (563.24.161 merge)
  • Revision ID: voodoo-20110728184618-0djbrm75ftd07c4v
merge -r 1285..1297 lp:armagetronad/0.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    return IsRecording() || IsPlayingBack();
83
83
}
84
84
 
 
85
// *****************************************************************************************
 
86
// *
 
87
// *   Stop
 
88
// *
 
89
// *****************************************************************************************
 
90
//!
 
91
//!
 
92
// *****************************************************************************************
 
93
 
 
94
void tRecorderBase::StopRecording( void )
 
95
{
 
96
    return tRecording::Stop();
 
97
}
 
98
static void st_StopRecording(std::istream &)
 
99
{
 
100
    tRecorderBase::StopRecording();
 
101
}
 
102
 
 
103
static tConfItemFunc snm("STOP_RECORDING",&st_StopRecording);
 
104
 
 
105
 
85
106
// *******************************************************************************************
86
107
// *
87
108
// *    Record