avoid multiple running drive tasks for the same object

This commit is contained in:
2021-10-20 17:06:55 +02:00
parent 61341b52f4
commit f3d95891ad
4 changed files with 20 additions and 0 deletions

View File

@@ -48,6 +48,8 @@
float *fPos);
long StartDriveTask(void *self, SConnection *pCon, char *name, float fTarget);
void EndDriveTask(void *data);
/* end a drive task replaced by a new one with the same object*/
#line 438 "interface.w"