mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-11 02:24:21 +01:00
parent
762cb77c60
commit
c838a513dd
2 changed files with 5 additions and 4 deletions
|
|
@ -135,6 +135,7 @@ struct cmdlist_element {
|
|||
char *cmd; /* one line of a trigger */
|
||||
struct cmdlist_element *original;
|
||||
struct cmdlist_element *next;
|
||||
int loops; /* for counting number of runs in a while loop */
|
||||
};
|
||||
|
||||
struct trig_var_data {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue