aboutsummaryrefslogtreecommitdiff
path: root/worlds
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2015-12-30 15:10:05 -0500
committerFranklin Wei <git@fwei.tk>2015-12-30 15:10:05 -0500
commit954fffd4845642e2fa3af0ee75e845ef68497766 (patch)
tree234219215e2fc86d62cdafa50daaea24ec439f69 /worlds
parent22f5eaa809a8daac6ce8bf421b89290f7258b42e (diff)
downloadnetcosm-954fffd4845642e2fa3af0ee75e845ef68497766.zip
netcosm-954fffd4845642e2fa3af0ee75e845ef68497766.tar.gz
netcosm-954fffd4845642e2fa3af0ee75e845ef68497766.tar.bz2
netcosm-954fffd4845642e2fa3af0ee75e845ef68497766.tar.xz
docs and stuff
Diffstat (limited to 'worlds')
-rw-r--r--worlds/test.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/worlds/test.c b/worlds/test.c
index 35ad50d..498e31c 100644
--- a/worlds/test.c
+++ b/worlds/test.c
@@ -33,18 +33,7 @@ const struct roomdata_t netcosm_world[] = {
NULL,
NULL,
},
-
- {
- "test",
- "blah",
- "blah",
- { "starting_room", NONE_NE, NONE_E, NONE_SE, NONE_S, NONE_SW, "starting_room", NONE_NW, NONE_UP, NONE_DN, NONE_IN, NONE_OT },
- NULL,
- NULL,
- NULL,
- NULL
- },
-
};
const size_t netcosm_world_sz = ARRAYLEN(netcosm_world);
+const char *netcosm_world_name = "Test World 1.1";