FIXME added, must remove triggers after use.

This commit is contained in:
johns 2002-03-17 04:20:12 +00:00
parent 836ffbbf57
commit 13defbcc83

View file

@ -368,7 +368,10 @@ global void TriggersEachFrame(void)
pair=gh_car(Trigger);
Trigger=gh_cdr(Trigger);
if( !gh_null_p(val=gh_apply(car(pair),NIL)) ) {
gh_apply(cdr(pair),NIL);
val=gh_apply(cdr(pair),NIL);
if( gh_null_p(val) ) {
DebugLevel0Fn("FIXME: should remove trigger\n");
}
}
} else {
Trigger=NULL;