Skip to content

Commit c5a137a

Browse files
author
sourcehold
committed
remove .func.
1 parent b882cad commit c5a137a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OpenSHC/AI/AICState.func.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ namespace AI {
108108
setFoodBuyPlan;
109109

110110
MACRO_FUNCTION_RESOLVER(
111-
int (AICState::*)(int), true, Address::SHC_3BB0A8C1_0x004CB120, &AICState::getAIBuildInterval)
111+
int (AICState::*)(int), false, Address::SHC_3BB0A8C1_0x004CB120, &AICState::getAIBuildInterval)
112112
getAIBuildInterval;
113113

114114
MACRO_FUNCTION_RESOLVER(

0 commit comments

Comments
 (0)