Added questpoints to load_char, more 128 bit fixes, and set autoexit on by default. (Thanks Trulight) --Rumble

This commit is contained in:
Rumble 2007-06-25 13:27:20 +00:00
parent 254a746657
commit 62f74102af
6 changed files with 12 additions and 4 deletions

View file

@ -373,6 +373,10 @@ int load_char(const char *name, struct char_data *ch)
PRF_FLAGS(ch)[3] = asciiflag_conv(f4);
break;
case 'Q':
if (!strcmp(tag, "Qstp")) GET_QUESTPOINTS(ch) = atoi(line);
break;
case 'R':
if (!strcmp(tag, "Room")) GET_LOADROOM(ch) = atoi(line);
break;