Skip to content

Commit 044826b

Browse files
author
sourcehold
committed
remove .func.
1 parent 2d50e4a commit 044826b

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
@@ -104,7 +104,7 @@ namespace AI {
104104
updateTaxesAndRationsForAI;
105105

106106
MACRO_FUNCTION_RESOLVER(
107-
void (AICState::*)(int), true, Address::SHC_3BB0A8C1_0x004CB060, &AICState::setFoodBuyPlan)
107+
void (AICState::*)(int), false, Address::SHC_3BB0A8C1_0x004CB060, &AICState::setFoodBuyPlan)
108108
setFoodBuyPlan;
109109

110110
MACRO_FUNCTION_RESOLVER(

0 commit comments

Comments
 (0)