Changeset 8965 in orxonox.OLD for branches/terrain/src/world_entities
- Timestamp:
- Jun 30, 2006, 4:09:47 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/world_entities/terrain_entity.cc
r8929 r8965 137 137 PRINTF(0)( "%s not found\n", detailmap.c_str() ); 138 138 } 139 else 140 PRINTF(0)( "loaded %s\n", detailmap.c_str() ); 139 141 TiXmlElement *repeat = (TiXmlElement*)detail->FirstChild( "repeat" ); 140 142 if ( repeat ) { … … 152 154 info->alpha = (Texture*)manager->load( alphamap, 153 155 IMAGE, RP_GAME, (int)GL_TEXTURE_2D ); 156 if ( !info->alpha ) 157 PRINTF(0)( "%s not found\n", alphamap.c_str() ); 158 else 159 PRINTF(0)( "loaded %s\n", alphamap.c_str() ); 154 160 } 155 161 }
Note: See TracChangeset
for help on using the changeset viewer.