Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9025 in orxonox.OLD


Ignore:
Timestamp:
Jul 3, 2006, 11:02:01 AM (18 years ago)
Author:
patrick
Message:

some small debug output error

Location:
trunk/src/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/collision_reaction/cr_object_damage.cc

    r9008 r9025  
    5656  float damage = 0.0f;
    5757
    58   PRINTF(0)("Dealing damage - Handling collision: %s vs %s\n",
     58  PRINTF(4)("Dealing damage - Handling collision: %s vs %s\n",
    5959            collision->getEntityA()->getClassName(),
    6060            collision->getEntityB()->getClassName());
  • trunk/src/lib/graphics/importer/bsp_file.cc

    r9003 r9025  
    6666 // delete [] patchTrianglesPerRow;
    6767  delete [] lightMaps;
    68  
     68
    6969  for(int i = 0; i < this->numPatches; ++i) delete this->VertexArrayModels[i];
    7070 // delete  [] VertexArrayModels;
    71  
     71
    7272  for(int i = 0; i < this->numTextures; ++i)
    7373  {
     
    7777  delete [] this->Materials;
    7878  //delete [] testSurf;
    79  
    80  
    81  
     79
     80
     81
    8282}
    8383
     
    588588    }
    589589
    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] );
    591591    //  Default Material
    592592    this->Materials[i].mat = new Material();
     
    638638  MoviePlayer * testMC = new MoviePlayer(mat);
    639639  testMC->start(0);
    640  
     640
    641641  this->MovieMaterials.push_back(testMC);
    642642
Note: See TracChangeset for help on using the changeset viewer.