Changeset 593

Show
Ignore:
Timestamp:
09/29/07 17:17:36 (1 year ago)
Author:
takkaria
Message:

Add a basic, quite undocumented, test rig for dungeon stats generation. Not anything like general-purpose and a bit messy. Part of #356.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/Makefile.src

    r571 r593  
    8888        spells2.o \ 
    8989        squelch.o \ 
     90        stats.o \ 
    9091        store.o \ 
    9192        tables.o \ 
  • trunk/src/wizard2.c

    r532 r593  
    1717 */ 
    1818#include "angband.h" 
     19#include "stats.h" 
    1920#include "cmds.h" 
    2021 
     
    15471548                } 
    15481549 
     1550                case 'f': 
     1551                { 
     1552                        stats_collect(); 
     1553                        break; 
     1554                } 
     1555 
    15491556                /* Good Objects */ 
    15501557                case 'g':