git://lisas.de
/
terminatorX.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97f9541
)
Reset sync counter on Power On - Alex
author
terminatorX
<>
Wed, 11 Jun 2003 13:16:45 +0000
(13:16 +0000)
committer
terminatorX
<>
Wed, 11 Jun 2003 13:16:45 +0000
(13:16 +0000)
src/tX_engine.cc
patch
|
blob
|
history
diff --git
a/src/tX_engine.cc
b/src/tX_engine.cc
index 047e0b18bd34acbfd56d3807a40c5d0ce36d5957..6a625412360825eadad115f78ffede0279b572f2 100644
(file)
--- a/
src/tX_engine.cc
+++ b/
src/tX_engine.cc
@@
-265,6
+265,7
@@
tX_engine_error tX_engine :: run() {
}
for (vtt=vtt_class::main_list.begin(); vtt!=vtt_class::main_list.end(); vtt++) {
+ (*vtt)->sync_countdown=0;
if ((*vtt)->autotrigger) (*vtt)->trigger();
}