|
@@ -119,6 +119,10 @@ do_task() {
|
|
|
// Just return these results through.
|
|
// Just return these results through.
|
|
|
return result;
|
|
return result;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ // Shouldn't get here.
|
|
|
|
|
+ nassertr(false, DS_exit);
|
|
|
|
|
+ return DS_exit;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|