mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-24 01:08:21 +00:00
Add comment to FormatName
This commit is contained in:
@@ -593,6 +593,7 @@ std::string numberToWords(unsigned long long int n)
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// first letter capitalized and rest made lower case
|
||||||
std::string FormatName(const std::string& char_name)
|
std::string FormatName(const std::string& char_name)
|
||||||
{
|
{
|
||||||
std::string formatted(char_name);
|
std::string formatted(char_name);
|
||||||
|
|||||||
Reference in New Issue
Block a user