chaosgate bordertype not registered, can't load datafile.

This commit is contained in:
Enno Rehling 2005-05-08 14:52:32 +00:00
parent caa658a334
commit 6eb123d6cc
1 changed files with 2 additions and 1 deletions

View File

@ -3208,7 +3208,8 @@ attrib_init(void)
register_bordertype(&bt_wall);
register_bordertype(&bt_illusionwall);
register_bordertype(&bt_firewall);
register_bordertype(&bt_wisps);
register_bordertype(&bt_wisps);
register_bordertype(&bt_chaosgate);
register_bordertype(&bt_road);
register_bordertype(&bt_questportal);