diff --git a/doomsday/plugins/common/src/p_user.c b/doomsday/plugins/common/src/p_user.c index ebe5919a82..2a9efe12bc 100644 --- a/doomsday/plugins/common/src/p_user.c +++ b/doomsday/plugins/common/src/p_user.c @@ -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) {