Skip to content

Commit

Permalink
Merge pull request #129 from Vaqtincha/tmppatch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
theAsmodai authored Feb 11, 2019
2 parents bc1924b + 0b62757 commit 1d339f7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions reapi/extra/amxmodx/scripting/include/reapi_gamedll_const.inc
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ enum GamedllFunc_CBasePlayer

/*
* Description: Called on spawn, the attempt to equip a player.
* Params: (const this, bool addDefault, bool equipGame)
* Params: (const this, bool:addDefault, bool:equipGame)
*/
RG_CBasePlayer_OnSpawnEquip,

Expand Down Expand Up @@ -3900,8 +3900,8 @@ enum PlayerMove
/*
* Description: -
* Member type: char [256]
* Get params: get_member(const PlayerMove:var, dest[], const lenght);
* Set params: set_member(const PlayerMove:var, const source[]);
* Get params: get_pmove(const PlayerMove:var, dest[], const lenght);
* Set params: set_pmove(const PlayerMove:var, const source[]);
*/
pm_sztexturename,

Expand Down Expand Up @@ -4052,8 +4052,8 @@ enum PlayerMove
/*
* Description: -
* Member type: char [256]
* Get params: get_member(const PlayerMove:var, dest[], const lenght);
* Set params: set_member(const PlayerMove:var, const source[]);
* Get params: get_pmove(const PlayerMove:var, dest[], const lenght);
* Set params: set_pmove(const PlayerMove:var, const source[]);
*/
pm_physinfo,

Expand All @@ -4071,7 +4071,7 @@ enum PlayerMove
* Get params: get_pmove(const PlayerMove:var, Float:output[3], element);
* Set params: set_pmove(const PlayerMove:var, Float:dest[3], element);
*/
pm_player_maxs
pm_player_maxs,
};

/**
Expand Down Expand Up @@ -4285,7 +4285,7 @@ enum MoveVars
* Get params: Float:get_movevar(const MoveVars:var);
* Set params: set_movevar(const MoveVars:var, Float:value);
*/
mv_skyvec_z
mv_skyvec_z,
};

/**
Expand Down

0 comments on commit 1d339f7

Please sign in to comment.