Changeset 9025 in orxonox.OLD for trunk/src/lib
- Timestamp:
- Jul 3, 2006, 11:02:01 AM (18 years ago)
- Location:
- trunk/src/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_reaction/cr_object_damage.cc
r9008 r9025 56 56 float damage = 0.0f; 57 57 58 PRINTF( 0)("Dealing damage - Handling collision: %s vs %s\n",58 PRINTF(4)("Dealing damage - Handling collision: %s vs %s\n", 59 59 collision->getEntityA()->getClassName(), 60 60 collision->getEntityB()->getClassName()); -
trunk/src/lib/graphics/importer/bsp_file.cc
r9003 r9025 66 66 // delete [] patchTrianglesPerRow; 67 67 delete [] lightMaps; 68 68 69 69 for(int i = 0; i < this->numPatches; ++i) delete this->VertexArrayModels[i]; 70 70 // delete [] VertexArrayModels; 71 71 72 72 for(int i = 0; i < this->numTextures; ++i) 73 73 { … … 77 77 delete [] this->Materials; 78 78 //delete [] testSurf; 79 80 81 79 80 81 82 82 } 83 83 … … 588 588 } 589 589 590 PRINTF(0)("BSP FILE: Texture %s not found. ",&this->textures[8+ 72*i] );590 PRINTF(0)("BSP FILE: Texture %s not found.\n",&this->textures[8+ 72*i] ); 591 591 // Default Material 592 592 this->Materials[i].mat = new Material(); … … 638 638 MoviePlayer * testMC = new MoviePlayer(mat); 639 639 testMC->start(0); 640 640 641 641 this->MovieMaterials.push_back(testMC); 642 642
Note: See TracChangeset
for help on using the changeset viewer.