forked from github/server
theoretical triggers that have no read function are ok.
This commit is contained in:
parent
1531ad9a7e
commit
0f9cbf8079
|
@ -60,6 +60,10 @@ int read_triggers(struct gamedata *data, trigger ** tp)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
*tp = tr;
|
||||||
|
tp = &tr->next;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue