From 5aa20508c5a4e655d4b1fa501976665900594aa1 Mon Sep 17 00:00:00 2001 From: Briggs Baltzell Date: Sat, 7 Mar 2026 19:16:38 -0600 Subject: [PATCH] Match `init` for JP version --- src/d/d_menu_cloth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d/d_menu_cloth.cpp b/src/d/d_menu_cloth.cpp index 0ae2df784..69d3e3743 100644 --- a/src/d/d_menu_cloth.cpp +++ b/src/d/d_menu_cloth.cpp @@ -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;