Changeset 924

Show
Ignore:
Timestamp:
05/17/08 10:00:47 (6 months ago)
Author:
takkaria
Message:

(#515) Disallow debug chars on the high score list.

Files:

Legend:

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

    r918 r924  
    419419 
    420420        /* Wizard-mode pre-empts scoring */ 
    421         if (p_ptr->noscore & NOSCORE_WIZARD
     421        if (p_ptr->noscore & (NOSCORE_WIZARD | NOSCORE_DEBUG)
    422422        { 
    423423                msg_print("Score not registered for wizards.");