vpk loading/models
[csRadar.git] / vpk.h
diff --git a/vpk.h b/vpk.h
index 73ff7cb75f9126aee4aeb8192f00519ab9cb0af8..b6bd69daf272e69cf8997e18c1330a8b9e54bde7 100644 (file)
--- a/vpk.h
+++ b/vpk.h
@@ -50,8 +50,8 @@ VPKDirectoryEntry *vpk_find( VPKHeader *self, const char *asset )
        while( 1 )
        {
                if( !*pCur ) break;
-               
-               int bExt = !strcmp( ext, pCur );
+
+               int bExt = !strcmp( ext, pCur );                
                
                while( *( pCur ++ ) ) {};
                while( 1 )