diff -r 92c597704e57 -r f4b0e164a0d5 QTfrontend/util/namegen.h --- a/QTfrontend/util/namegen.h Sat Sep 23 09:12:35 2017 +0200 +++ b/QTfrontend/util/namegen.h Sat Sep 23 09:35:45 2017 +0200 @@ -32,7 +32,6 @@ { rtmEverything = 0, rtmHogNames = 1, - rtmHats = 2 }; static void teamRandomTeamName(HWTeam & team); @@ -40,6 +39,7 @@ static void teamRandomFort(HWTeam & team, bool withDLC = true); static void teamRandomFlag(HWTeam & team, bool withDLC = true); static void teamRandomVoice(HWTeam & team, bool withDLC = true); + static void teamRandomHats(HWTeam & team, bool withDLC = true); static void teamRandomHat(HWTeam & team, const int HedgehogNumber, bool withDLC = true); static void teamRandomHogName(HWTeam & team, const int HedgehogNumber); static void teamRandomEverything(HWTeam & team, const enum RandomTeamMode mode);