Skip to content

Commit

Permalink
Typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Dec 22, 2015
1 parent bd9fd43 commit 26b056d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/sdktools/vnatives.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static cell_t GiveNamedItem(IPluginContext *pContext, const cell_t *params)

return gamehelpers->EntityToBCompatRef(pEntity);
}
#else if SOURCE_ENGINE == SE_BMS
#elseif SOURCE_ENGINE == SE_BMS
// CBaseEntity *GiveNamedItem( const char *szName, int iSubType = 0, int iPrimaryAmmo = -1, int iSecondaryAmmo = -1 )
static cell_t GiveNamedItem(IPluginContext *pContext, const cell_t *params)
{
Expand Down

0 comments on commit 26b056d

Please sign in to comment.