Pages:<< prev 1 next >>
#1 May 30, 2024 7:38 pm
Fledgling
GroupMembers
Posts12
JoinedMar 29, 2024
in save.c...
in
There is
This should be
should it not? Since muds complaining bout STRFREE being used on it, but using DISPOSE on it, it has STRALLOC called for it elsewhere...
in
bool load_char_obj
There is
ch->pcdata->shipname = str_dup( "" );
This should be
ch->pcdata->shipname = STRALLOC( "" );
should it not? Since muds complaining bout STRFREE being used on it, but using DISPOSE on it, it has STRALLOC called for it elsewhere...
Pages:<< prev 1 next >>