| 36 | } |
| 37 | |
| 38 | void zScriptReset(_zScript* script) |
| 39 | { |
| 40 | xBaseReset((xBase*)script, (xBaseAsset*)script->tasset); |
| 41 | script->time = script->tasset->scriptStartTime; |
| 42 | script->more = TRUE; |
| 43 | } |
| 44 | |
| 45 | void zScriptSave(_zScript* script, xSerial* s) |
| 46 | { |
no test coverage detected