Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7432 in orxonox.OLD for trunk/src/lib/graphics/text_engine/font.cc


Ignore:
Timestamp:
Apr 29, 2006, 2:11:08 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: less fileSys-stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/text_engine/font.cc

    r7431 r7432  
    488488  }
    489489  // outputting the GLYPH-table
    490       char outName[1024];
    491       sprintf( outName, "%s-glyphs.bmp", this->getName());
    492       SDL_SaveBMP(tmpSurf, outName);
     490//       char outName[1024];
     491//       sprintf( outName, "%s-glyphs.bmp", this->getName());
     492//       SDL_SaveBMP(tmpSurf, outName);
    493493
    494494  if (this->setSurface(tmpSurf))
Note: See TracChangeset for help on using the changeset viewer.