Changeset 924
- Timestamp:
- 05/17/08 10:00:47 (6 months ago)
- Files:
-
- trunk/src/score.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/score.c
r918 r924 419 419 420 420 /* Wizard-mode pre-empts scoring */ 421 if (p_ptr->noscore & NOSCORE_WIZARD)421 if (p_ptr->noscore & (NOSCORE_WIZARD | NOSCORE_DEBUG)) 422 422 { 423 423 msg_print("Score not registered for wizards.");
