Skip to content

Commit

Permalink
clang :(
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 committed Mar 7, 2024
1 parent 600369e commit 77ed0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/towners.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ struct Towner {

extern Towner Towners[NUM_TOWNERS];
bool IsTownerPresent(_talker_id npc);
/**
/**
* @brief Maps from a _talker_id value to a pointer to the Towner object, if they have been initialised
* @param type enum constant identifying the towner
* @return Pointer to the Towner or nullptr if they are not available
Expand Down

0 comments on commit 77ed0a8

Please sign in to comment.