Ignore:
Timestamp:
02/04/14 03:50:28 (11 years ago)
Author:
epyon
Message:
  • various untracked changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lua/lua_map_tile.cc

    r221 r228  
    130130                {
    131131                        nv::uint8 c = tile->data[ y * tile->size_x + x ];
    132                         if ( c != 0 ) area->set_cell( coord + nv::ivec2( x, y ), tile->data[ y * tile->size_x + x ] );
     132                        if ( c != 0 ) area->set_cell( coord + nv::ivec2( x, y ), c );
    133133                }
    134134
Note: See TracChangeset for help on using the changeset viewer.