Ignore:
Timestamp:
07/17/15 13:34:28 (10 years ago)
Author:
epyon
Message:
  • mesh formats now support string loading via string_table
  • nmd string_table dump
  • fixes all around
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/io/string_table.cc

    r422 r425  
    1313        m_map.reserve( entry_count );
    1414        indexer_type::value_type entry;
    15         for ( uint32 i = 0; i < entry_count; )
     15        for ( uint32 i = 0; i < entry_count; i++ )
    1616        {
    1717                in.read( &entry, sizeof( entry ), 1 );
Note: See TracChangeset for help on using the changeset viewer.