Pages:<< prev 1 next >>



Geomancer

GroupAdministrators
Posts1,992
JoinedJul 26, 2005
in build.c function do_rdig
find
change it to
If you don't set this correctly and you use rdig and then try to change the names of either room it can cause a crashing issue.
find
location->name = in_room->name;
change it to
STRSET( location->name, in_room->name );
If you don't set this correctly and you use rdig and then try to change the names of either room it can cause a crashing issue.
Pages:<< prev 1 next >>