Ignore:
Timestamp:
08/26/14 04:03:10 (11 years ago)
Author:
epyon
Message:
  • nova now compiles again under all three compilers with -Winsane and no warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/engine/resource_system.cc

    r319 r323  
    2929        clear();
    3030        lua::table_guard table( m_lua, get_storage_name() );
    31         uint32 count = table.get_integer( "__counter" );
     31        uint32 count = table.get_unsigned( "__counter" );
    3232        for ( auto i : range( count ) )
    3333        {
Note: See TracChangeset for help on using the changeset viewer.