Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Conversation

@juso40
Copy link
Contributor

@juso40 juso40 commented Mar 3, 2021

+auto fParams = FStruct{Function, Params};
 if (gHookManager->HasHook(caller, Function) && !gHookManager->ProcessHooks(
-			functionName, caller, Function, &FStruct{Function, Params}))
+			functionName, caller, Function, &fParams))

Added local variables instead of getting the address of a stack item.

apple1417 added a commit to apple1417/PythonSDK that referenced this pull request Jul 26, 2021
allows compiling in conformance mode again
probably the same as bl-sdk#88, but this doesn't have as many formatting side effects
apple1417 added a commit that referenced this pull request Jul 27, 2021
* support static array properties

* minor extra static array tweaks

most notably, actually let floats be set from int values

* add optional findall arg to include subclasses

* small restructure

* fix C4238

allows compiling in conformance mode again
probably the same as #88, but this doesn't have as many formatting side effects
@apple1417
Copy link
Contributor

fixed in #95

@apple1417 apple1417 closed this Jul 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants