Match init for JP version

This commit is contained in:
Briggs Baltzell
2026-03-07 19:16:38 -06:00
parent 1181a6652c
commit 5aa20508c5
+1 -1
View File
@@ -240,7 +240,7 @@ void dMCloth_c::init() {
cloth_init();
ResTIMG* image = (ResTIMG*)JKRArchive::getGlbResource('TIMG', "cloth_piece01.bti", mpArc);
JUT_ASSERT(VERSION_SELECT(528, 530, 530, 530), image != NULL);
JUT_ASSERT(VERSION_SELECT(528, 526, 530, 530), image != NULL);
#if VERSION == VERSION_DEMO
BOOL mipmap = image->mipmapCount > 1;