Fix crash when reading paddle timers

This commit is contained in:
edmccard 2012-04-25 20:02:43 -04:00
parent c663b46003
commit 9691526fc1
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ public:
{
deleteCounter(idx, prev);
}
prev = idx;
if (counters[idx].active) prev = idx;
idx = counters[idx].next;
}
start = curr = minCurr;