Added comment for fix for bug #2001193.

svn-id: r32820
This commit is contained in:
Nicola Mettifogo 2008-06-28 13:31:58 +00:00
parent e97dff9f33
commit e6e56feb1c

View File

@ -417,7 +417,9 @@ void Parallaction_ns::_c_ridux(void *parm) {
}
void Parallaction_ns::_c_testResult(void *parm) {
if (_inTestResult) {
if (_inTestResult) { // NOTE: _inTestResult has been added because the scripts call _c_testResult multiple times to cope with
// the multiple buffering that was used in the original engine. _inTestResult now prevents the engine
// from crashing when the scripts are executed.
return;
}
_inTestResult = true;