Changeset 966 for trunk/src/death.c

Show
Ignore:
Timestamp:
06/28/08 06:15:29 (3 months ago)
Author:
takkaria
Message:

Remove the "new savefile" code, since it's not suitable for shipping and won't be used because it's not space-efficient enough. This should fix #505, too.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/death.c

    r965 r966  
    445445 
    446446        /* Save dead player */ 
    447         if (new_save ? !save(savefile) : !old_save()) 
     447        if (!old_save()) 
    448448        { 
    449449                msg_print("death save failed!");