From 3db0d16d25789685f9e98f6e80af197c147af288 Mon Sep 17 00:00:00 2001 From: "matanki.saito" Date: Tue, 23 Feb 2021 00:54:27 +0900 Subject: [PATCH] Update for v3.3.4 --- Plugin64/font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin64/font.cpp b/Plugin64/font.cpp index bb28ca0..c817160 100644 --- a/Plugin64/font.cpp +++ b/Plugin64/font.cpp @@ -107,7 +107,7 @@ namespace Font { case v3_3_0: BytePattern::temp_instance().find_pattern("B9 00 00 00 02"); // CKIII発売日に3.3.3自体がアップデートしたのでそれの対策 - if (BytePattern::temp_instance().count() == 1 || BytePattern::temp_instance().count() == 2) { + if (BytePattern::temp_instance().count() == 1 || BytePattern::temp_instance().count() == 2 || BytePattern::temp_instance().count() == 3) { BytePattern::LoggingInfo("Font size limit:[OK]"); // mov ecx, 2000000h