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/externs.h

    r965 r966  
    370370extern bool old_load(void); 
    371371 
    372 /* loadsave.c */ 
    373 bool save(char *filename); 
    374 bool load(char *filename); 
    375  
    376372/* melee1.c */ 
    377373bool check_hit(int power, int level); 
     
    687683#endif /* ALLOW_BORG */ 
    688684 
    689 /* Testing Hacks XXX */ 
    690 extern bool new_save; 
     685 
     686extern u16b lazymove_delay; 
     687 
    691688 
    692689#endif /* !INCLUDED_EXTERNS_H */ 
    693690 
    694  
    695 extern u16b lazymove_delay;