mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-17 13:18:05 +01:00
128 bits! --Rumble
This commit is contained in:
parent
3282b8fdc9
commit
be3a023fcd
559 changed files with 305718 additions and 304868 deletions
|
|
@ -450,7 +450,7 @@ void copyover_recover()
|
|||
if ((player_i = load_char(name, d->character)) >= 0) {
|
||||
GET_PFILEPOS(d->character) = player_i;
|
||||
if (!PLR_FLAGGED(d->character, PLR_DELETED))
|
||||
REMOVE_BIT(PLR_FLAGS(d->character),PLR_WRITING | PLR_MAILING | PLR_CRYO);
|
||||
REMOVE_BIT_AR(PLR_FLAGS(d->character), PLR_WRITING | PLR_MAILING | PLR_CRYO);
|
||||
else
|
||||
fOld = FALSE;
|
||||
} else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue