Skip to content

Commit

Permalink
Corrected parameter type for DrawColObj
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Apr 27, 2016
1 parent f6ac9d5 commit eebd693
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SADXModLoader/include/SADXModLoader/SADXFunctions.h
Expand Up @@ -2958,9 +2958,9 @@ static inline void RocketVThingA(ObjectMaster *a1)
}
}

// void __usercall(ObjectMaster *obj@<eax>, __int16 type)
// void __usercall(ObjectMaster *obj@<eax>, int type)
static const void *const DrawColObjPtr = (void*)0x4D42A0;
static inline void DrawColObj(ObjectMaster *obj, __int16 _type)
static inline void DrawColObj(ObjectMaster *obj, int _type)
{
__asm
{
Expand Down

0 comments on commit eebd693

Please sign in to comment.