Skip to content

Commit

Permalink
Added parameter to comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 20, 2006
1 parent 17566d0 commit 7db6267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/plugins/common/src/p_user.c
Expand Up @@ -1456,6 +1456,8 @@ void P_PlayerThinkPowers(player_t *player)
* games, as well as all the different types of players (normal/camera).
* Functionality is divided to various other functions whose name begins with
* "P_PlayerThink".
*
* @param player Player that is doing the thinking.
*/
void P_PlayerThink(player_t *player)
{
Expand Down

0 comments on commit 7db6267

Please sign in to comment.