Add $DedupeReminders global variable.

This commit is contained in:
Dianne Skoll
2024-11-12 09:26:31 -05:00
parent aec17b3243
commit e0fde98410
13 changed files with 346 additions and 6 deletions
+1
View File
@@ -226,6 +226,7 @@ PerIterationInit(void)
DefaultColorB = -1;
NumTriggered = 0;
ClearLastTriggers();
ClearDedupeTable();
}
/***************************************************************/