Add vocab length define to newdb.
This commit is contained in:
parent
fe46e5ab0c
commit
d40085ce6f
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,7 @@ extern const long actspk[];
|
||||||
#define NDEATHS {}
|
#define NDEATHS {}
|
||||||
#define NTHRESHOLDS {}
|
#define NTHRESHOLDS {}
|
||||||
#define NVERBS {}
|
#define NVERBS {}
|
||||||
|
#define NVOCAB {}
|
||||||
|
|
||||||
enum arbitrary_messages_refs {{
|
enum arbitrary_messages_refs {{
|
||||||
{}
|
{}
|
||||||
|
@ -445,6 +446,7 @@ if __name__ == "__main__":
|
||||||
len(db["obituaries"]),
|
len(db["obituaries"]),
|
||||||
len(db["turn_thresholds"]),
|
len(db["turn_thresholds"]),
|
||||||
len(db["actspk"]),
|
len(db["actspk"]),
|
||||||
|
len(db["vocabulary"]),
|
||||||
get_refs(db["arbitrary_messages"]),
|
get_refs(db["arbitrary_messages"]),
|
||||||
get_refs(db["locations"]),
|
get_refs(db["locations"]),
|
||||||
get_refs(db["object_descriptions"]),
|
get_refs(db["object_descriptions"]),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue