diff --git a/src/player_face.h b/src/player_face.h index 471522223f..f28a880f67 100644 --- a/src/player_face.h +++ b/src/player_face.h @@ -193,7 +193,7 @@ static inline void ScaleAllPlayerFaceBits(PlayerFace &pf) */ static inline void RandomPlayerFaceBits(PlayerFace &pf, GenderEthnicity ge, bool adv) { - pf = Random(); // random all player face bits + pf = InteractiveRandom(); // random all player face bits /* scale ge: 0 == GE_WM, 1 == GE_WF, 2 == GE_BM, 3 == GE_BF (and maybe in future: ...) */ ge = (GenderEthnicity)((uint)ge % GE_END);