PassType typo fixup (#1018)
* PassType typo fixup Just some little observations, I will look up for more in other files whenever I can * Update natives.cpp * Update outputnatives.cpp
This commit is contained in:
committed by
Nicholas Hastings
parent
7e418933e7
commit
f9ce25a7fe
@@ -337,7 +337,7 @@ static cell_t FireEntityOutput(IPluginContext *pContext, const cell_t *params)
|
||||
pass[6].type = PassType_Basic;
|
||||
pass[6].size = sizeof(CBaseEntity *);
|
||||
pass[7].flags = PASSFLAG_BYVAL;
|
||||
pass[7].type = PassType_Basic;
|
||||
pass[7].type = PassType_Float;
|
||||
pass[7].size = sizeof(float);
|
||||
#else
|
||||
int iMaxParam = 4;
|
||||
@@ -353,7 +353,7 @@ static cell_t FireEntityOutput(IPluginContext *pContext, const cell_t *params)
|
||||
pass[2].type = PassType_Basic;
|
||||
pass[2].size = sizeof(CBaseEntity *);
|
||||
pass[3].flags = PASSFLAG_BYVAL;
|
||||
pass[3].type = PassType_Basic;
|
||||
pass[3].type = PassType_Float;
|
||||
pass[3].size = sizeof(float);
|
||||
#endif
|
||||
if (!(g_pFireOutput = g_pBinTools->CreateCall(addr, CallConv_ThisCall, NULL, pass, iMaxParam)))
|
||||
|
||||
Reference in New Issue
Block a user