Changeset 542

Show
Ignore:
Timestamp:
03/06/08 15:53:31 (10 months ago)
Author:
phill
Message:

o Fixed bug that was eating _lmap_0 suffix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/maya2q3/bsp.cpp

    r541 r542  
    128128        } 
    129129 
    130         if( lightmapNum > 0 ) 
     130        if( lightmapNum >= 0 ) 
    131131                buf.Append( "_lmap_%i", lightmapNum ); 
    132132