Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 11, 2006, 2:15:24 PM (19 years ago)
Author:
bottac
Message:

collision detection: partial fix.

File:
1 edited

Legend:

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

    r8233 r8317  
    214214    bspFile.read(this->visData, size);
    215215
    216     PRINTF(4)("BSP FILE: VisDataSize: %i Bytes. \n", size);
    217     PRINTF(4)("BSP FILE: NumVisData: %i. \n", size /1 - 8);
    218     PRINTF(4)("BSP FILE: Remainder: %i. \n", size % 1);
    219     PRINTF(4)("BSP FILE: VisDataOffset: %i. \n", offset);
     216    PRINTF(0)("BSP FILE: VisDataSize: %i Bytes. \n", size);
     217    PRINTF(0)("BSP FILE: NumVisData: %i. \n", size /1 - 8);
     218    PRINTF(0)("BSP FILE: Remainder: %i. \n", size % 1);
     219    PRINTF(0)("BSP FILE: VisDataOffset: %i. \n", offset);
    220220
    221221    // Get the Textures
     
    391391{
    392392  ::std::string absFileName;
    393    char* baseName = "/worlds/bsp";
     393  char* baseName = "/worlds/bsp/";
    394394
    395395  char fileName [500];
Note: See TracChangeset for help on using the changeset viewer.