[Extractor-gtk-cvslog] SF.net SVN: extractor-gtk:[107] trunk/extractor/nwn.c
Extract files from unusual archive formats
                
                Brought to you by:
                
                    someone-guy
                    
                
            
            
        
        
        
    | 
      
      
      From: <som...@us...> - 2008-08-22 16:12:18
      
     | 
| Revision: 107
          http://extractor-gtk.svn.sourceforge.net/extractor-gtk/?rev=107&view=rev
Author:   someone-guy
Date:     2008-08-22 16:12:15 +0000 (Fri, 22 Aug 2008)
Log Message:
-----------
NWN2 act images are in Targa (.tga) format.
Modified Paths:
--------------
    trunk/extractor/nwn.c
Modified: trunk/extractor/nwn.c
===================================================================
--- trunk/extractor/nwn.c	2008-08-22 16:12:00 UTC (rev 106)
+++ trunk/extractor/nwn.c	2008-08-22 16:12:15 UTC (rev 107)
@@ -66,7 +66,7 @@
         strcat(list[i].name, ".xml");
         break;
       case 0x0003: // act start image
-        strcat(list[i].name, ".img");
+        strcat(list[i].name, ".tga");
         break;
       default:
         {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |