From 281bb06f483f571bdbb8e314a5bd951ed671e6d8 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 29 Mar 2016 16:03:47 -0400 Subject: fix things --- src/world.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/world.h') diff --git a/src/world.h b/src/world.h index 7749a63..50f9769 100644 --- a/src/world.h +++ b/src/world.h @@ -48,11 +48,11 @@ void world_save(const char *fname); /* loads the world from disk */ bool world_load(const char *fname, const struct roomdata_t *data, size_t data_sz, const char *world_name); -/** verbs **/ +/** global verbs **/ bool world_verb_add(struct verb_t*); bool world_verb_del(struct verb_t*); -/* gets the map of verbs */ +/* gets the map of global verbs */ void *world_verb_map(void); void world_free(void); -- cgit v1.1