You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed on Discord, the ObjUpdate functions of various HSD types were changed to have enum_t for the type argument, when it is in fact an unsigned int that uses a list of #define rather than an enum. An example of this is MObjUpdateFunc.
This branch addresses some of that in commits as well as incorrect prototype declarations that were part of CObj, if someone wants to cherry-pick them. master...PsiLupan:melee:cobj-match
The text was updated successfully, but these errors were encountered:
At this point, I haven't seen any. But that's more likely because calls to these are through function pointers being passed up a chain, so the compiler happened to optimize them differently.
As discussed on Discord, the ObjUpdate functions of various HSD types were changed to have
enum_t
for thetype
argument, when it is in fact anunsigned int
that uses a list of#define
rather than an enum. An example of this isMObjUpdateFunc
.This branch addresses some of that in commits as well as incorrect prototype declarations that were part of CObj, if someone wants to cherry-pick them. master...PsiLupan:melee:cobj-match
The text was updated successfully, but these errors were encountered: