We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea9eda commit 3cb8016Copy full SHA for 3cb8016
GUI/misc.cpp
@@ -226,6 +226,7 @@ namespace
226
if (hp.offset < 0) hp.offset += 4;
227
if (hp.split < 0) hp.split += 4;
228
229
+ if (hp.text_fun || hp.filter_fun || hp.hook_fun) codeBuilder << "X"; // no AGTH equivalent
230
codeBuilder << hp.offset;
231
if (hp.type & DATA_INDIRECT) codeBuilder << "*" << hp.index;
232
if (hp.type & USING_SPLIT) codeBuilder << ":" << hp.split;
0 commit comments