chore, removed unnecessary type conversion .

This commit is contained in:
Zero Fanker 2024-06-01 22:21:42 -04:00
parent dad9a9d701
commit 4536636f13

View file

@ -1878,7 +1878,7 @@ void CFinalSunDlg::OnFileNew()
#endif
// is it a player house or a ai house?
if (house != (LPCTSTR)plhouse) {
if (house != plhouse) {
ini.SetInteger(house, "IQ", 5);
ini.SetBool(house, "PlayerControl", false);