Changeset 487

Show
Ignore:
Timestamp:
08/11/07 00:23:50 (1 year ago)
Author:
ctate
Message:

Update a remnant of the pre-grid_data call signature of map_info() that got missed in [472]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main-win.c

    r469 r487  
    24162416                for (y = min_y; y < max_y; y++) 
    24172417                { 
    2418                         map_info(y, x, &a, &c, &ta, &tc); 
     2418                        grid_data g; 
     2419 
     2420                        map_info(y, x, &g); 
     2421                        grid_data_as_text(&g, &a, &c, &ta, &tc); 
    24192422 
    24202423                        /* Ignore non-graphics */