mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-05-06 11:41:42 -04:00
chore, removed unnecessary type conversion .
This commit is contained in:
parent
dad9a9d701
commit
4536636f13
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue