Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 11, 2006, 3:07:39 PM (18 years ago)
Author:
bottac
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/lib/graphics/importer/bsp_file.cc

    r7579 r7596  
    4040 * @param name the Name of the *.bsp file
    4141 */
    42 int BspFile::read(char* name)
     42int BspFile::read(const char* name)
    4343{
    4444  int offset;
    4545  int size;
    4646  struct stat results;
    47   name = "/root/data/Kanti175.bsp";
     47  // name = "/root/data/Kanti175.bsp";
    4848
    4949  if (stat( name , &results) == 0) {
Note: See TracChangeset for help on using the changeset viewer.