Changeset 1609

Show
Ignore:
Timestamp:
02/01/10 16:32:09 (6 months ago)
Author:
dane
Message:

image 'type' is not longer needed or used so don't attempt to parse from XML

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/load_map.cpp

    r1590 r1609  
    657657            optional<std::string> file =  get_opt_attr<string>(sym, "file"); 
    658658            optional<std::string> base =  get_opt_attr<string>(sym, "base"); 
    659             optional<std::string> type =  get_opt_attr<string>(sym, "type"); 
    660659            optional<boolean> allow_overlap = 
    661660                get_opt_attr<boolean>(sym, "allow_overlap"); 
     
    731730            std::string file = get_attr<string>(sym, "file"); 
    732731            optional<std::string> base = get_opt_attr<string>(sym, "base"); 
    733             std::string type = get_attr<string>(sym, "type"); 
    734732             
    735733            try 
     
    785783            std::string file = get_attr<string>(sym, "file"); 
    786784            optional<std::string> base = get_opt_attr<string>(sym, "base"); 
    787             std::string type = get_attr<string>(sym, "type"); 
    788785             
    789786            try