Changeset 888

Show
Ignore:
Timestamp:
05/11/08 20:47:31 (4 months ago)
Author:
takkaria
Message:

Clean up a comment in types.h.

Files:

Legend:

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

    r859 r888  
    10181018}; 
    10191019 
    1020 /* ============= Defines a visual grouping ============ */ 
     1020 
     1021/** 
     1022 * Defines a (value, name) pairing.  Variable names used are historical. 
     1023 */ 
    10211024typedef struct 
    10221025{ 
    10231026        byte tval; 
    1024         cptr name; 
     1027        const char *name; 
    10251028} grouper; 
     1029 
    10261030 
    10271031/* Information for object auto-inscribe */ 
     
    10431047}; 
    10441048 
     1049 
    10451050enum grid_light_level 
    10461051{