Skip to content

Commit 3cb8016

Browse files
committed
show when h code has no agth equivalent
1 parent cea9eda commit 3cb8016

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GUI/misc.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ namespace
226226
if (hp.offset < 0) hp.offset += 4;
227227
if (hp.split < 0) hp.split += 4;
228228

229+
if (hp.text_fun || hp.filter_fun || hp.hook_fun) codeBuilder << "X"; // no AGTH equivalent
229230
codeBuilder << hp.offset;
230231
if (hp.type & DATA_INDIRECT) codeBuilder << "*" << hp.index;
231232
if (hp.type & USING_SPLIT) codeBuilder << ":" << hp.split;

0 commit comments

Comments
 (0)