Show
Ignore:
Timestamp:
07/03/12 21:18:53 (11 months ago)
Author:
sirlemonhead
Message:

- added LogDebugString() to replace calls to OutputDebugString()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/workbranch/trunk/3dc/RimLoader.cpp

    r527 r533  
    5656bool RimLoader::Decode(uint8_t *dest, uint32_t destPitch) 
    5757{ 
    58         if (!dest) 
     58        if (!dest) { 
    5959                return false; 
     60        } 
    6061 
    6162        this->dest = dest; 
     
    261262 
    262263/* 
    263         after parsing and uncompacting if necessary, you will have N planes of pixel data.  Color register used for  
    264         each pixel is specified by looking at each pixel thru the planes.  I.e., if you have 5 planes, and the bit for  
    265         a particular pixel is set in planes  
     264        after parsing and uncompacting if necessary, you will have N planes of pixel data.  Color register used for 
     265        each pixel is specified by looking at each pixel thru the planes.  I.e., if you have 5 planes, and the bit for 
     266        a particular pixel is set in planes 
    266267        0 and 3: 
    267268