Changeset 154

Show
Ignore:
Timestamp:
06/05/07 14:52:17 (1 year ago)
Author:
takkaria
Message:

You will repeat, five times, "I will not commit without compiling".

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/defines.h

    r153 r154  
    31093109 
    31103110/* player_type.noscore flags */ 
    3111 #define NOSCORE_RESURRECT       0x0001 
    31123111#define NOSCORE_WIZARD          0x0002 
    31133112#define NOSCORE_DEBUG           0x0008 
  • trunk/src/dungeon.c

    r153 r154  
    21052105 
    21062106                                /* Mark savefile */ 
    2107                                 p_ptr->noscore |= NOSCORE_RESSURECT
     2107                                p_ptr->noscore |= NOSCORE_WIZARD
    21082108 
    21092109                                /* Message */ 
  • trunk/src/load.c

    r153 r154  
    22912291 
    22922292                                /* Mark the savefile */ 
    2293                                 p_ptr->noscore |= NOSCORE_RESURRECT
     2293                                p_ptr->noscore |= NOSCORE_WIZARD
    22942294 
    22952295                                /* Done */