[HRP] Fixed splash screen display when packed in an uncompressed .dat

This commit is contained in:
NovaRain
2025-10-05 11:09:47 +08:00
parent 8691540d5f
commit e6f4ae3c6c
+2 -1
View File
@@ -91,7 +91,8 @@ static void Clear(fo::PALETTE* palette) {
}
static fo::DbFile* __fastcall ReadRIX(fo::DbFile* file, fo::PALETTE* palette) {
fo::func::db_fseek(file, 4, SEEK_SET);
fo::func::db_fseek(file, 0, SEEK_SET); // rewind (for uncompressed .dat)
fo::func::db_fseek(file, 4, SEEK_SET); // "RIX3"
fo::func::db_freadShort(file, &rixWidth);
fo::func::db_freadShort(file, &rixHeight);