- Various little fixes to the TAS software
- Added a sync command for synchronizing a simulation server with the master server.
This commit is contained in:
@ -485,7 +485,7 @@
|
||||
FuPaResult pParse;
|
||||
FuncTemplate MakeTemplate[] = {
|
||||
{"el737",3,{FUPATEXT,FUPAINT,FUPAINT}},
|
||||
{"sim",0,{0.0}}
|
||||
{"sim",1,{FUPAFLOAT}}
|
||||
};
|
||||
|
||||
assert(pCon);
|
||||
@ -510,7 +510,7 @@
|
||||
pParse.Arg[1].iVal,pParse.Arg[2].iVal);
|
||||
break;
|
||||
case 1: /* SIM */
|
||||
pDriv = NewSIMCounter(argv[1]);
|
||||
pDriv = NewSIMCounter(argv[1],pParse.Arg[0].fVal);
|
||||
break;
|
||||
default:
|
||||
assert(0); /* internal error */
|
||||
|
Reference in New Issue
Block a user