diff --git a/ps1bsp.h b/ps1bsp.h index 1f926ce..922ffc9 100755 --- a/ps1bsp.h +++ b/ps1bsp.h @@ -43,8 +43,6 @@ typedef struct typedef struct { - unsigned char w, h; // These may be necessary for scaling UVs, especially since we use a mix of mip0 and mip1 textures - unsigned char uoffs, voffs; // Texture coordinate offset within the texture page unsigned short tpage; // Texture page in PS1 VRAM (precalculated when generating the texture atlas) unsigned short nextframe; // If non-zero, the texture is animated and this points to the next texture in the sequence } ps1bsp_texture_t; diff --git a/test.ps1bsp b/test.ps1bsp index f1082fc..976566e 100755 Binary files a/test.ps1bsp and b/test.ps1bsp differ